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.image |
Provides frequently used JAI
OpImage implementations and the
ImageManager utility class. |
org.esa.snap.core.layer |
Provides frequently used
LayerType implementations. |
Modifier and Type | Method and Description |
---|---|
MultiLevelSource |
ImageLayer.getMultiLevelSource() |
Modifier and Type | Method and Description |
---|---|
void |
ImageLayer.setMultiLevelSource(MultiLevelSource multiLevelSource) |
Constructor and Description |
---|
ImageLayer(ImageLayer.Type layerType,
MultiLevelSource multiLevelSource,
PropertySet configuration) |
ImageLayer(MultiLevelSource multiLevelSource)
Constructs a multi-resolution-level image layer.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLevelImage
A
PlanarImage which can act as a MultiLevelSource . |
Modifier and Type | Field and Description |
---|---|
static MultiLevelSource |
MultiLevelSource.NULL |
Modifier and Type | Method and Description |
---|---|
void |
MultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int level)
Renders the image provided by the given
MultiLevelSource at
the specified resolution level onto
a Rendering . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiLevelSource
An abstract base class for
MultiLevelSource implementations. |
class |
DefaultMultiLevelImage
Adapts a JAI
PlanarImage to the
MultiLevelSource interface. |
class |
DefaultMultiLevelSource
A default implementation for the
MultiLevelSource interface. |
class |
FileMultiLevelSource
A file based image pyramid.
|
class |
GenericMultiLevelSource
A
GenericMultiLevelSource is a MultiLevelSource computing its
images at a given resolution level from a number of source images of the same level. |
Modifier and Type | Field and Description |
---|---|
static MultiLevelSource |
DefaultMultiLevelSource.NULL |
Modifier and Type | Method and Description |
---|---|
static MultiLevelSource |
FileMultiLevelSourceFactory.create(File location,
String extension,
AffineTransform imageToModelTransform,
int levelCount)
Deprecated.
|
MultiLevelSource[] |
GenericMultiLevelSource.getMultiLevelSources() |
MultiLevelSource |
DefaultMultiLevelImage.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int level) |
void |
ConcurrentMultiLevelRenderer.renderImage(Rendering rendering,
MultiLevelSource multiLevelSource,
int currentLevel) |
Constructor and Description |
---|
DefaultMultiLevelImage(MultiLevelSource source)
Constructs a new multi-level image from the given source.
|
DefaultMultiLevelImage(MultiLevelSource source,
javax.media.jai.ImageLayout layout)
Constructs a new multi-level image from the given source and the image layout.
|
GenericMultiLevelSource(MultiLevelSource multiLevelSource) |
GenericMultiLevelSource(MultiLevelSource[] multiLevelSources) |
Modifier and Type | Class and Description |
---|---|
class |
ColoredBandImageMultiLevelSource
A multi-level source (= level-image source for image pyramids) for visual RGB images derived from
RasterDataNode s. |
class |
ColoredMaskImageMultiLevelSource |
class |
TiledFileMultiLevelSource |
Modifier and Type | Method and Description |
---|---|
static MultiLevelSource |
ColoredMaskImageMultiLevelSource.create(Product product,
Color color,
String expression,
boolean inverseMask,
AffineTransform i2mTransform) |
Modifier and Type | Method and Description |
---|---|
static MultiLevelSource |
MaskLayerType.createMultiLevelSource(Mask mask) |
static MultiLevelSource |
MaskLayerType.createMultiLevelSource(PropertySet configuration) |
Modifier and Type | Method and Description |
---|---|
Layer |
RasterImageLayerType.createLayer(RasterDataNode raster,
MultiLevelSource multiLevelSource) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.