Revision 11453 trunk/libraries/libRaster/src/org/gvsig/raster/buffer/cache/RasterCache.java

View differences:

RasterCache.java
484 484

  
485 485
	//*********************************************************
486 486
	
487
	public RasterBuffer adjustRasterNearestNeighbourInterpolation(int w, int h, int[] bands) {
488
		return null;
489
	}
490

  
491
	public RasterBuffer adjustRasterBilinearInterpolation(int w, int h, int[] bands) {
492
		return null;
493
	}
494

  
495
	public RasterBuffer adjustRasterInverseDistanceInterpolation(int w, int h, int[] bands) {
496
		return null;
497
	}
498

  
499
	public RasterBuffer adjustRasterBicubicSplineInterpolation(int w, int h, int[] bands) {
500
		return null;
501
	}
502

  
503
	public RasterBuffer adjustRasterBSplineInterpolation(int w, int h, int[] bands) {
504
		return null;
505
	}
506

  
507
	//*********************************************************
508
	
509 487
	public void assign(int band, byte value) {
510 488
		for(int line = 0; line < height; line ++){
511 489
			boolean beginLine = true;  //Para acelerar solo comprobar? si la p?gina est? en cach? cada vez que empieza una l?nea

Also available in: Unified diff