Revision 1081 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/dataset/Buffer.java

View differences:

Buffer.java
53 53
	public final static int INTERPOLATION_InverseDistance  = 3;
54 54
	public final static int INTERPOLATION_BicubicSpline    = 4;
55 55
	public final static int INTERPOLATION_BSpline          = 5;
56
	
57
	public final static int INCREMENTABLE_INTERPOLATION    = 0;
58
	public final static int INCREMENTABLE_HISTOGRAM        = 1;
56 59
    
57 60
	/*public static int TYPE_UNDEFINED = 32;
58 61
	public static int TYPE_Byte = 0;		//Buffer byte (8)
......
486 489
	 * this is a BufferInterpolation class.
487 490
	 * @return
488 491
	 */
489
	public IncrementableTask getIncrementableTask();
492
	public IncrementableTask getIncrementableTask(int type);
490 493
	
491 494
	public double[][] getAllBandsLimits() throws ProcessInterruptedException;
492 495
}

Also available in: Unified diff