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.glayerAPI.org.esa.snap.core.layer Provides frequently usedLayerTypeimplementations. -
-
Uses of LayerContext in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type LayerContext Modifier and Type Method Description LayerCollectionLayer.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.PropertySetCollectionLayer.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 LayerContext Modifier and Type Method Description LayerBackgroundLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)LayerImageLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)LayerShapeLayer.Type. createLayer(LayerContext ctx, PropertySet configuration)PropertySetBackgroundLayer.Type. createLayerConfig(LayerContext ctx)PropertySetImageLayer.Type. createLayerConfig(LayerContext ctx)PropertySetShapeLayer.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.layer Modifier and Type Interface Description interfaceProductLayerContext
-