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 TypeClassDescriptionclassAdapts a JAIPlanarImageto theMultiLevelSourceinterface. -
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 MultiLevelImageMask.ImageType.createImage(Mask mask) Creates the mask's source image.Mask.RangeType.createImage(Mask mask) Mask.VectorDataType.createImage(Mask mask) Creates the image.static MultiLevelImageVirtualBand.createSourceImage(RasterDataNode raster, String expression) Create aMultiLevelImagethat 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 TypeMethodDescriptionvoidRasterDataNode.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 MultiLevelImageResample.createInterpolatedMultiLevelImage(MultiLevelImage sourceImage, double noDataValue, AffineTransform sourceImageToModelTransform, int referenceWidth, int referenceHeight, Dimension tileSize, MultiLevelModel referenceMultiLevelModel, javax.media.jai.Interpolation interpolation) static MultiLevelImageResamplingScaler.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 MultiLevelImageResample.createInterpolatedMultiLevelImage(MultiLevelImage sourceImage, double noDataValue, AffineTransform sourceImageToModelTransform, int referenceWidth, int referenceHeight, Dimension tileSize, MultiLevelModel referenceMultiLevelModel, javax.media.jai.Interpolation interpolation) static MultiLevelImageResamplingScaler.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 MultiLevelImageImageManager.createMaskedGeophysicalImage(RasterDataNode node, Number maskValue) static MultiLevelImageSourceImageScaler.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 MultiLevelImageSourceImageScaler.scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, float[] offsets, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)