Revision 2093 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/io/raster/RasterFilter.java

View differences:

RasterFilter.java
15 15
	protected RasterBuf 	raster = null;
16 16
	protected RasterStats 	stats = null;
17 17
	protected Image 		image = null;
18
	protected int [] 		px = new int[3];
18
	protected int [] 		px = new int[4];
19 19
	protected int 			height = 0;
20 20
	protected int 			width = 0;
21 21
	protected Hashtable 	params = new Hashtable();

Also available in: Unified diff