Uses of Interface
com.bc.ceres.glayer.LayerContext
Packages that use LayerContext
Package
Description
The graphical layer API is used to render multi-layer images/displays from various sources.
Various support classes for the
com.bc.ceres.glayer
API.Provides frequently used
LayerType
implementations.-
Uses of LayerContext in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type LayerContextModifier and TypeMethodDescriptionCollectionLayer.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.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 LayerContextModifier and TypeMethodDescriptionBackgroundLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) ImageLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) ShapeLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) BackgroundLayer.Type.createLayerConfig
(LayerContext ctx) ImageLayer.Type.createLayerConfig
(LayerContext ctx) 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.layerModifier and TypeInterfaceDescriptioninterface
Methods in org.esa.snap.core.layer with parameters of type LayerContextModifier and TypeMethodDescriptionGraticuleLayerType.createLayer
(LayerContext ctx, PropertySet configuration) MaskCollectionLayerType.createLayer
(LayerContext ctx, PropertySet configuration) MaskLayerType.createLayer
(LayerContext ctx, PropertySet configuration) NoDataLayerType.createLayer
(LayerContext ctx, PropertySet configuration) RasterImageLayerType.createLayer
(LayerContext ctx, PropertySet configuration) RgbImageLayerType.createLayer
(LayerContext ctx, PropertySet configuration) GraticuleLayerType.createLayerConfig
(LayerContext ctx) MaskCollectionLayerType.createLayerConfig
(LayerContext ctx) MaskLayerType.createLayerConfig
(LayerContext ctx) NoDataLayerType.createLayerConfig
(LayerContext ctx) RasterImageLayerType.createLayerConfig
(LayerContext ctx) RgbImageLayerType.createLayerConfig
(LayerContext ctx) boolean
GraticuleLayerType.isValidFor
(LayerContext ctx)