Uses of Interface
com.bc.ceres.glevel.MultiLevelModel
-
Packages that use MultiLevelModel Package Description com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API.com.bc.ceres.glevel Adds multi-resolution / image pyramid capabilities to JAI.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 MultiLevelModel in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type MultiLevelModel Modifier and Type Method Description static int
ImageLayer. getLevel(MultiLevelModel model, Viewport vp)
-
Uses of MultiLevelModel in com.bc.ceres.glevel
Methods in com.bc.ceres.glevel that return MultiLevelModel Modifier and Type Method Description MultiLevelModel
MultiLevelSource. getModel()
Gets the layout model for the multi-resolution image supported by thisLevelImageSource
. -
Uses of MultiLevelModel in com.bc.ceres.glevel.support
Classes in com.bc.ceres.glevel.support that implement MultiLevelModel Modifier and Type Class Description class
DefaultMultiLevelModel
A default implementation for a theMultiLevelModel
interface.Methods in com.bc.ceres.glevel.support that return MultiLevelModel Modifier and Type Method Description static MultiLevelModel
DefaultMultiLevelSource. createDefaultMultiLevelModel(RenderedImage sourceImage, int levelCount)
MultiLevelModel
AbstractMultiLevelSource. getModel()
MultiLevelModel
DefaultMultiLevelImage. getModel()
Constructors in com.bc.ceres.glevel.support with parameters of type MultiLevelModel Constructor Description AbstractMultiLevelSource(MultiLevelModel multiLevelModel)
DefaultMultiLevelSource(RenderedImage sourceImage, MultiLevelModel multiLevelModel)
Constructs a new instance withDefaultMultiLevelSource.DEFAULT_INTERPOLATION
.DefaultMultiLevelSource(RenderedImage sourceImage, MultiLevelModel multiLevelModel, javax.media.jai.Interpolation interpolation)
Constructs a new instance withDefaultMultiLevelSource.DEFAULT_INTERPOLATION
.FileMultiLevelSource(File location, String basename, String extension, MultiLevelModel multiLevelModel)
-
Uses of MultiLevelModel in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return MultiLevelModel Modifier and Type Method Description MultiLevelModel
Product. createMultiLevelModel()
MultiLevelModel
RasterDataNode. createMultiLevelModel()
Create a multi-level image model suited for source and geo-physical images returned by thisRasterDataNode
MultiLevelModel
RasterDataNode. getMultiLevelModel()
Gets the multi-level image (image pyramid) model that describes an image pyramid layout. -
Uses of MultiLevelModel in org.esa.snap.core.gpf.common.resample
Methods in org.esa.snap.core.gpf.common.resample with parameters of type MultiLevelModel 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)
-
Uses of MultiLevelModel in org.esa.snap.core.image
Methods in org.esa.snap.core.image with parameters of type MultiLevelModel Modifier and Type Method Description static ColoredBandImageMultiLevelSource
ColoredBandImageMultiLevelSource. create(RasterDataNode[] rasterDataNodes, MultiLevelModel model, ProgressMonitor pm)
static ResolutionLevel
ResolutionLevel. create(MultiLevelModel model, int level)
Constructors in org.esa.snap.core.image with parameters of type MultiLevelModel Constructor Description ColoredMaskImageMultiLevelSource(MultiLevelModel model, Product product, Color color, String expression, boolean inverseMask)
TiledFileMultiLevelSource(MultiLevelModel model, Path imageDir, Properties imageProperties)
-