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 | 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) |
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) |
abstract boolean |
LayerType.isValidFor(LayerContext ctx)
Tests if this type can create layers for the given application provided context.
|
boolean |
CollectionLayer.Type.isValidFor(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) |
PropertySet |
ShapeLayer.Type.createLayerConfig(LayerContext ctx) |
PropertySet |
ImageLayer.Type.createLayerConfig(LayerContext ctx) |
PropertySet |
BackgroundLayer.Type.createLayerConfig(LayerContext ctx) |
boolean |
ShapeLayer.Type.isValidFor(LayerContext ctx) |
boolean |
ImageLayer.Type.isValidFor(LayerContext ctx) |
boolean |
BackgroundLayer.Type.isValidFor(LayerContext ctx) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductLayerContext
|
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.