Package | Description |
---|---|
com.bc.ceres.glayer |
The graphical layer API is used to render multi-layer images/displays from various sources.
|
com.bc.ceres.glayer.support |
Various support classes for the
com.bc.ceres.glayer API. |
org.esa.snap.core.layer |
Provides frequently used
LayerType implementations. |
Modifier and Type | Class and Description |
---|---|
static class |
CollectionLayer.Type |
Modifier and Type | Method and Description |
---|---|
static <T extends LayerType> |
LayerTypeRegistry.getLayerType(Class<T> layerTypeClass)
Return the instance for the given layerType class.
|
Modifier and Type | Method and Description |
---|---|
LayerType |
Layer.getLayerType() |
static LayerType |
LayerTypeRegistry.getLayerType(String name)
Return the instance for the given layerType class name.
|
Modifier and Type | Method and Description |
---|---|
static Set<LayerType> |
LayerTypeRegistry.getLayerTypes()
Returns a set of all available layerTypes.
|
Constructor and Description |
---|
Layer(LayerType layerType) |
Layer(LayerType layerType,
PropertySet configuration)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
static class |
BackgroundLayer.Type |
static class |
ImageLayer.Type |
static class |
ShapeLayer.Type |
Modifier and Type | Class and Description |
---|---|
class |
GraticuleLayerType |
class |
MaskCollectionLayerType |
class |
MaskLayerType
A layer used to display
Mask s. |
class |
NoDataLayerType
A layer used to display the no-data mask of a raster data node.
|
class |
RasterImageLayerType |
class |
RgbImageLayerType |
class |
WorldMapLayerType
A layer used to display world maps.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.