Class NoDataRaster

java.lang.Object
java.awt.image.Raster
com.bc.ceres.jai.NoDataRaster

public final class NoDataRaster extends Raster
A Raster representing a tile with no interpretable data. Note that the sole purpose of this class is to mark tiles, which are known to contain no interpretable data.
Since:
Ceres 0.10
Version:
$Revision: $ $Date: $
  • Constructor Details

    • NoDataRaster

      public NoDataRaster(Raster raster)
      Constructs a NoDataRaster with the SampleModel, DataBuffer and origin of the given Raster
      Parameters:
      raster - The Raster representing a tile with no interpretable data.
  • Method Details