Package | Description |
---|---|
com.bc.ceres.glayer.support |
Various support classes for the
com.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 the
com.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 JAI
OpImage implementations and the
ImageManager utility class. |
Modifier and Type | Method and Description |
---|---|
static int |
ImageLayer.getLevel(MultiLevelModel model,
Viewport vp) |
Modifier and Type | Method and Description |
---|---|
MultiLevelModel |
MultiLevelSource.getModel()
Gets the layout model for the multi-resolution image supported by this
LevelImageSource . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultiLevelModel
A default implementation for a the
MultiLevelModel interface. |
Modifier and Type | Method and Description |
---|---|
static MultiLevelModel |
DefaultMultiLevelSource.createDefaultMultiLevelModel(RenderedImage sourceImage,
int levelCount) |
MultiLevelModel |
DefaultMultiLevelImage.getModel() |
MultiLevelModel |
AbstractMultiLevelSource.getModel() |
Constructor and Description |
---|
AbstractMultiLevelSource(MultiLevelModel multiLevelModel) |
DefaultMultiLevelSource(RenderedImage sourceImage,
MultiLevelModel multiLevelModel)
Constructs a new instance with
DefaultMultiLevelSource.DEFAULT_INTERPOLATION . |
DefaultMultiLevelSource(RenderedImage sourceImage,
MultiLevelModel multiLevelModel,
javax.media.jai.Interpolation interpolation)
Constructs a new instance with
DefaultMultiLevelSource.DEFAULT_INTERPOLATION . |
FileMultiLevelSource(File location,
String basename,
String extension,
MultiLevelModel multiLevelModel) |
Modifier and Type | Method and Description |
---|---|
MultiLevelModel |
RasterDataNode.createMultiLevelModel()
Create a multi-level image model suited for source and geo-physical images returned by this
RasterDataNode |
MultiLevelModel |
Product.createMultiLevelModel() |
MultiLevelModel |
RasterDataNode.getMultiLevelModel()
Gets the multi-level image (image pyramid) model that describes an image pyramid layout.
|
Modifier and Type | Method and Description |
---|---|
static MultiLevelImage |
Resample.createInterpolatedMultiLevelImage(MultiLevelImage sourceImage,
double noDataValue,
AffineTransform sourceImageToModelTransform,
int referenceWidth,
int referenceHeight,
Dimension tileSize,
MultiLevelModel referenceMultiLevelModel,
javax.media.jai.Interpolation interpolation) |
Modifier and Type | Method and Description |
---|---|
static ResolutionLevel |
ResolutionLevel.create(MultiLevelModel model,
int level) |
static ColoredBandImageMultiLevelSource |
ColoredBandImageMultiLevelSource.create(RasterDataNode[] rasterDataNodes,
MultiLevelModel model,
ProgressMonitor pm) |
Constructor and Description |
---|
ColoredMaskImageMultiLevelSource(MultiLevelModel model,
Product product,
Color color,
String expression,
boolean inverseMask) |
TiledFileMultiLevelSource(MultiLevelModel model,
Path imageDir,
Properties imageProperties) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.