Class 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 Detail

      • 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.