Uses of Class
com.bc.ceres.glevel.MultiLevelImage
-
Packages that use MultiLevelImage Package Description com.bc.ceres.glevel.support Various support classes for thecom.bc.ceres.glevel
API.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.gpf.common.resample org.esa.snap.core.image Provides frequently used JAIOpImage
implementations and theImageManager
utility class. -
-
Uses of MultiLevelImage in com.bc.ceres.glevel.support
Subclasses of MultiLevelImage in com.bc.ceres.glevel.support Modifier and Type Class Description class
DefaultMultiLevelImage
Adapts a JAIPlanarImage
to theMultiLevelSource
interface. -
Uses of MultiLevelImage in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return MultiLevelImage Modifier and Type Method Description MultiLevelImage
Mask.BandMathsType. createImage(Mask mask)
abstract MultiLevelImage
Mask.ImageType. createImage(Mask mask)
Creates the mask's source image.MultiLevelImage
Mask.RangeType. createImage(Mask mask)
MultiLevelImage
Mask.VectorDataType. createImage(Mask mask)
Creates the image.static MultiLevelImage
VirtualBand. createSourceImage(RasterDataNode raster, String expression)
Create aMultiLevelImage
that computes its pixel values from the given band math expression.MultiLevelImage
RasterDataNode. getGeophysicalImage()
MultiLevelImage
Product. getMaskImage(String expression, RasterDataNode associatedRaster)
Gets a multi-level mask image for the given band maths expression and an optional associated raster.MultiLevelImage
RasterDataNode. getSourceImage()
Gets the source image associated with thisRasterDataNode
.MultiLevelImage
RasterDataNode. getValidMaskImage()
Gets the valid-mask image associated with thisRasterDataNode
.Methods in org.esa.snap.core.datamodel with parameters of type MultiLevelImage Modifier and Type Method Description void
RasterDataNode. setSourceImage(MultiLevelImage sourceImage)
Sets the source image associated with thisRasterDataNode
. -
Uses of MultiLevelImage in org.esa.snap.core.gpf.common.resample
Methods in org.esa.snap.core.gpf.common.resample that return MultiLevelImage Modifier and Type Method Description static MultiLevelImage
Resample. createInterpolatedMultiLevelImage(MultiLevelImage sourceImage, double noDataValue, AffineTransform sourceImageToModelTransform, int referenceWidth, int referenceHeight, Dimension tileSize, MultiLevelModel referenceMultiLevelModel, javax.media.jai.Interpolation interpolation)
static MultiLevelImage
ResamplingScaler. scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, GeneralFilterFunction filterFunction, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)
Methods in org.esa.snap.core.gpf.common.resample with parameters of type MultiLevelImage Modifier and Type Method Description static MultiLevelImage
Resample. createInterpolatedMultiLevelImage(MultiLevelImage sourceImage, double noDataValue, AffineTransform sourceImageToModelTransform, int referenceWidth, int referenceHeight, Dimension tileSize, MultiLevelModel referenceMultiLevelModel, javax.media.jai.Interpolation interpolation)
static MultiLevelImage
ResamplingScaler. scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, GeneralFilterFunction filterFunction, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)
-
Uses of MultiLevelImage in org.esa.snap.core.image
Methods in org.esa.snap.core.image that return MultiLevelImage Modifier and Type Method Description static MultiLevelImage
ImageManager. createMaskedGeophysicalImage(RasterDataNode node, Number maskValue)
static MultiLevelImage
SourceImageScaler. scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, float[] offsets, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)
Methods in org.esa.snap.core.image with parameters of type MultiLevelImage Modifier and Type Method Description static MultiLevelImage
SourceImageScaler. scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, float[] offsets, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)
-