Package | Description |
---|---|
com.bc.ceres.binding |
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
|
com.bc.ceres.binding.dom |
Provides a very basic DOM abstraction and a converter for it.
|
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 |
---|---|
class |
PropertyContainer
A convenience implementation of the
PropertySet interface. |
Modifier and Type | Method and Description |
---|---|
protected PropertySet |
DefaultDomConverter.getPropertySet(Object value) |
Modifier and Type | Method and Description |
---|---|
abstract PropertySet |
LayerType.createLayerConfig(LayerContext ctx)
Creates a default configuration instance for the type of layers this type can create.
|
PropertySet |
CollectionLayer.Type.createLayerConfig(LayerContext ctx) |
PropertySet |
Layer.getConfiguration()
Returns the configuration which can be used by the layer type to recreate this layer.
|
Modifier and Type | Method and Description |
---|---|
abstract Layer |
LayerType.createLayer(LayerContext ctx,
PropertySet layerConfig)
Creates a layer instance for the given application provided context and the given layer configuration.
|
Layer |
CollectionLayer.Type.createLayer(LayerContext ctx,
PropertySet configuration) |
Constructor and Description |
---|
CollectionLayer(CollectionLayer.Type type,
PropertySet configuration,
String name) |
Layer(LayerType layerType,
PropertySet configuration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PropertySet |
ShapeLayer.Type.createLayerConfig(LayerContext ctx) |
PropertySet |
ImageLayer.Type.createLayerConfig(LayerContext ctx) |
PropertySet |
BackgroundLayer.Type.createLayerConfig(LayerContext ctx) |
Modifier and Type | Method and Description |
---|---|
Layer |
ShapeLayer.Type.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
ImageLayer.Type.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
BackgroundLayer.Type.createLayer(LayerContext ctx,
PropertySet configuration) |
Constructor and Description |
---|
BackgroundLayer(BackgroundLayer.Type type,
PropertySet configuration) |
ImageLayer(ImageLayer.Type layerType,
MultiLevelSource multiLevelSource,
PropertySet configuration) |
ShapeLayer(ShapeLayer.Type layerType,
List<Shape> shapes,
AffineTransform shapeToModelTransform,
PropertySet configuration) |
Modifier and Type | Method and Description |
---|---|
PropertySet |
RgbImageLayerType.createLayerConfig(LayerContext ctx) |
PropertySet |
RasterImageLayerType.createLayerConfig(LayerContext ctx) |
PropertySet |
NoDataLayerType.createLayerConfig(LayerContext ctx) |
PropertySet |
MaskLayerType.createLayerConfig(LayerContext ctx) |
PropertySet |
MaskCollectionLayerType.createLayerConfig(LayerContext ctx) |
PropertySet |
GraticuleLayerType.createLayerConfig(LayerContext ctx) |
Modifier and Type | Method and Description |
---|---|
ImageLayer |
RgbImageLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
ImageLayer |
RasterImageLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
NoDataLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
MaskLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
MaskCollectionLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
Layer |
GraticuleLayerType.createLayer(LayerContext ctx,
PropertySet configuration) |
static MultiLevelSource |
MaskLayerType.createMultiLevelSource(PropertySet configuration) |
Constructor and Description |
---|
GraticuleLayer(GraticuleLayerType type,
RasterDataNode raster,
PropertySet configuration) |
MaskCollectionLayer(MaskCollectionLayerType layerType,
RasterDataNode raster,
PropertySet configuration) |
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.