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.glevelAPI.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 JAIOpImageimplementations and theImageManagerutility class. -
-
Uses of MultiLevelImage in com.bc.ceres.glevel.support
Subclasses of MultiLevelImage in com.bc.ceres.glevel.support Modifier and Type Class Description classDefaultMultiLevelImageAdapts a JAIPlanarImageto theMultiLevelSourceinterface. -
Uses of MultiLevelImage in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return MultiLevelImage Modifier and Type Method Description MultiLevelImageMask.BandMathsType. createImage(Mask mask)abstract MultiLevelImageMask.ImageType. createImage(Mask mask)Creates the mask's source image.MultiLevelImageMask.RangeType. createImage(Mask mask)MultiLevelImageMask.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.MultiLevelImageRasterDataNode. getGeophysicalImage()MultiLevelImageProduct. getMaskImage(String expression, RasterDataNode associatedRaster)Gets a multi-level mask image for the given band maths expression and an optional associated raster.MultiLevelImageRasterDataNode. getSourceImage()Gets the source image associated with thisRasterDataNode.MultiLevelImageRasterDataNode. 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 voidRasterDataNode. 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 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 MultiLevelImage Modifier and Type Method Description static 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 MultiLevelImage Modifier and Type Method Description static 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 MultiLevelImage Modifier and Type Method Description static MultiLevelImageSourceImageScaler. scaleMultiLevelImage(MultiLevelImage masterImage, MultiLevelImage sourceImage, float[] scalings, float[] offsets, RenderingHints renderingHints, double noDataValue, javax.media.jai.Interpolation interpolation)
-