Uses of Class
com.bc.ceres.jai.NoDataRaster
-
Packages that use NoDataRaster Package Description com.bc.ceres.jai org.esa.snap.core.image Provides frequently used JAIOpImage
implementations and theImageManager
utility class. -
-
Uses of NoDataRaster in com.bc.ceres.jai
Methods in com.bc.ceres.jai that return NoDataRaster Modifier and Type Method Description NoDataRaster
NoDataRaster. createTranslatedChild(int childMinX, int childMinY)
-
Uses of NoDataRaster in org.esa.snap.core.image
Methods in org.esa.snap.core.image that return NoDataRaster Modifier and Type Method Description protected NoDataRaster
SingleBandedOpImage. createNoDataRaster(double noDataValue)
Creates a new raster containing solely no-data (non-interpretable data, missing data) samples.
-