Uses of Interface
com.bc.ceres.multilevel.MultiLevelModel
Packages that use MultiLevelModel
Package
Description
Various support classes for the 
com.bc.ceres.glayer API.Adds multi-resolution / image pyramid capabilities to JAI.
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 MultiLevelModel in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type MultiLevelModelModifier and TypeMethodDescriptionstatic intImageLayer.getLevel(MultiLevelModel model, Viewport vp)  - 
Uses of MultiLevelModel in com.bc.ceres.multilevel
Methods in com.bc.ceres.multilevel that return MultiLevelModelModifier and TypeMethodDescriptionMultiLevelSource.getModel()Gets the layout model for the multi-resolution image supported by thisLevelImageSource. - 
Uses of MultiLevelModel in com.bc.ceres.multilevel.support
Classes in com.bc.ceres.multilevel.support that implement MultiLevelModelModifier and TypeClassDescriptionclassA default implementation for a theMultiLevelModelinterface.Methods in com.bc.ceres.multilevel.support that return MultiLevelModelModifier and TypeMethodDescriptionstatic MultiLevelModelDefaultMultiLevelSource.createDefaultMultiLevelModel(RenderedImage sourceImage, int levelCount) AbstractMultiLevelSource.getModel()final MultiLevelModelDefaultMultiLevelImage.getModel()Constructors in com.bc.ceres.multilevel.support with parameters of type MultiLevelModelModifierConstructorDescriptionprotectedAbstractMultiLevelSource(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 MultiLevelModelModifier and TypeMethodDescriptionProduct.createMultiLevelModel()RasterDataNode.createMultiLevelModel()Create a multi-level image model suited for source and geo-physical images returned by thisRasterDataNodeRasterDataNode.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 MultiLevelModelModifier and TypeMethodDescriptionstatic MultiLevelImageResample.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 MultiLevelModelModifier and TypeMethodDescriptionColoredBandImageMultiLevelSource.create(RasterDataNode[] rasterDataNodes, MultiLevelModel model, ProgressMonitor pm) static ResolutionLevelResolutionLevel.create(MultiLevelModel model, int level) Constructors in org.esa.snap.core.image with parameters of type MultiLevelModelModifierConstructorDescriptionColoredMaskImageMultiLevelSource(MultiLevelModel model, Product product, Color color, String expression, boolean inverseMask) TiledFileMultiLevelSource(MultiLevelModel model, Path imageDir, Properties imageProperties)