Revision 2315 org.gvsig.raster/branches/org.gvsig.raster_dataaccess_refactoring/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/grid/filter/BaseRasterFilter.java

View differences:

BaseRasterFilter.java
48 48
	public static final String PERSISTENT_NAME        = "BaseRasterFilter";
49 49
    public static final String PERSISTENT_DESCRIPTION = "BaseRasterFilter Persistent";
50 50
	protected Buffer           raster                 = null;
51
	//protected int[]            renderBands            = null;
52 51
	protected Buffer           rasterResult           = null;
53 52
	protected int              height                 = 0;
54 53
	protected int              width                  = 0;
......
70 69
	protected Transparency      transparency          = null;
71 70
	
72 71
	private boolean             hasInputTransparency       = false;
73
	private int                 nBandsToProcess       = 0;
72
	protected int               nBandsToProcess       = 0;
74 73
	protected ColorInterpretation 
75 74
	                            colorInterpretation   = null;
76 75
	private boolean             argbOutput            = false;

Also available in: Unified diff