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 LayerLayerType.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 PropertySetLayerType.createLayerConfig(LayerContext ctx) Creates a default configuration instance for the type of layers this type can create.booleanLayerType.createWithSceneView(LayerContext ctx) Tests if this type should be created by default with a new ProductSceneView.booleanCollectionLayer.Type.isValidFor(LayerContext ctx) abstract booleanLayerType.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) booleanBackgroundLayer.Type.isValidFor(LayerContext ctx) booleanImageLayer.Type.isValidFor(LayerContext ctx) booleanShapeLayer.Type.isValidFor(LayerContext ctx) -
Uses of LayerContext in org.esa.snap.core.layer
Subinterfaces of LayerContext in org.esa.snap.core.layerModifier and TypeInterfaceDescriptioninterfaceMethods 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) booleanGraticuleLayerType.isValidFor(LayerContext ctx)