Uses of Interface
com.bc.ceres.glayer.LayerContext
-
Packages that use LayerContext 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 thecom.bc.ceres.glayer
API.org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of LayerContext in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type LayerContext Modifier and Type Method Description Layer
CollectionLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)
abstract Layer
LayerType. createLayer(LayerContext ctx, PropertySet layerConfig)
Creates a layer instance for the given application provided context and the given layer configuration.PropertySet
CollectionLayer.Type. createLayerConfig(LayerContext ctx)
abstract PropertySet
LayerType. createLayerConfig(LayerContext ctx)
Creates a default configuration instance for the type of layers this type can create.boolean
LayerType. createWithSceneView(LayerContext ctx)
Tests if this type should be created by default with a new ProductSceneView.boolean
CollectionLayer.Type. isValidFor(LayerContext ctx)
abstract boolean
LayerType. isValidFor(LayerContext ctx)
Tests if this type can create layers for the given application provided context. -
Uses of LayerContext in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type LayerContext Modifier and Type Method Description Layer
BackgroundLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)
Layer
ImageLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)
Layer
ShapeLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)
PropertySet
BackgroundLayer.Type. createLayerConfig(LayerContext ctx)
PropertySet
ImageLayer.Type. createLayerConfig(LayerContext ctx)
PropertySet
ShapeLayer.Type. createLayerConfig(LayerContext ctx)
boolean
BackgroundLayer.Type. isValidFor(LayerContext ctx)
boolean
ImageLayer.Type. isValidFor(LayerContext ctx)
boolean
ShapeLayer.Type. isValidFor(LayerContext ctx)
-
Uses of LayerContext in org.esa.snap.core.layer
Subinterfaces of LayerContext in org.esa.snap.core.layer Modifier and Type Interface Description interface
ProductLayerContext
-