Uses of Class
com.bc.ceres.multilevel.MultiLevelImage
Packages that use MultiLevelImage
Package
Description
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
Provides frequently used JAI
OpImage
implementations and the
ImageManager
utility class.-
Uses of MultiLevelImage in com.bc.ceres.multilevel.support
Subclasses of MultiLevelImage in com.bc.ceres.multilevel.supportModifier and TypeClassDescriptionclass
Adapts a JAIPlanarImage
to theMultiLevelSource
interface. -
Uses of MultiLevelImage in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return MultiLevelImageModifier and TypeMethodDescriptionMask.BandMathsType.createImage
(Mask mask) abstract MultiLevelImage
Mask.ImageType.createImage
(Mask mask) Creates the mask's source image.Mask.RangeType.createImage
(Mask mask) 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.RasterDataNode.getGeophysicalImage()
Product.getMaskImage
(String expression, RasterDataNode associatedRaster) Gets a multi-level mask image for the given band maths expression and an optional associated raster.RasterDataNode.getSourceImage()
Gets the source image associated with thisRasterDataNode
.RasterDataNode.getValidMaskImage()
Gets the valid-mask image associated with thisRasterDataNode
.Methods in org.esa.snap.core.datamodel with parameters of type MultiLevelImageModifier and TypeMethodDescriptionvoid
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 MultiLevelImageModifier and TypeMethodDescriptionstatic 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 MultiLevelImageModifier and TypeMethodDescriptionstatic 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 MultiLevelImageModifier and TypeMethodDescriptionstatic 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 MultiLevelImageModifier and TypeMethodDescriptionstatic MultiLevelImage
SourceImageScaler.scaleMultiLevelImage
(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, float[] offsets, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)