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.glayerAPI.com.bc.ceres.glevel Adds multi-resolution / image pyramid capabilities to JAI.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 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 intImageLayer. 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 MultiLevelModelMultiLevelSource. 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 classDefaultMultiLevelModelA default implementation for a theMultiLevelModelinterface.Methods in com.bc.ceres.glevel.support that return MultiLevelModel Modifier and Type Method Description static MultiLevelModelDefaultMultiLevelSource. createDefaultMultiLevelModel(RenderedImage sourceImage, int levelCount)MultiLevelModelAbstractMultiLevelSource. getModel()MultiLevelModelDefaultMultiLevelImage. 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 MultiLevelModelProduct. createMultiLevelModel()MultiLevelModelRasterDataNode. createMultiLevelModel()Create a multi-level image model suited for source and geo-physical images returned by thisRasterDataNodeMultiLevelModelRasterDataNode. 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 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 MultiLevelModel Modifier and Type Method Description static ColoredBandImageMultiLevelSourceColoredBandImageMultiLevelSource. 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 MultiLevelModel Constructor Description ColoredMaskImageMultiLevelSource(MultiLevelModel model, Product product, Color color, String expression, boolean inverseMask)TiledFileMultiLevelSource(MultiLevelModel model, Path imageDir, Properties imageProperties)
-