Uses of Interface
com.bc.ceres.binding.PropertySet
-
Packages that use PropertySet Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.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.com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
which again may wrap plain Java objects.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of PropertySet in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertySet Modifier and Type Class Description class
PropertyContainer
A convenience implementation of thePropertySet
interface. -
Uses of PropertySet in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that return PropertySet Modifier and Type Method Description protected PropertySet
DefaultDomConverter. getPropertySet(Object value)
-
Uses of PropertySet in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer that return PropertySet Modifier and Type Method Description 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.PropertySet
Layer. getConfiguration()
Returns the configuration which can be used by the layer type to recreate this layer.Methods in com.bc.ceres.glayer with parameters of type PropertySet 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.Constructors in com.bc.ceres.glayer with parameters of type PropertySet Constructor Description CollectionLayer(CollectionLayer.Type type, PropertySet configuration, String name)
Layer(LayerType layerType, PropertySet configuration)
Constructor. -
Uses of PropertySet in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return PropertySet Modifier and Type Method Description PropertySet
BackgroundLayer.Type. createLayerConfig(LayerContext ctx)
PropertySet
ImageLayer.Type. createLayerConfig(LayerContext ctx)
PropertySet
ShapeLayer.Type. createLayerConfig(LayerContext ctx)
Methods in com.bc.ceres.glayer.support with parameters of type PropertySet 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)
Constructors in com.bc.ceres.glayer.support with parameters of type PropertySet Constructor Description BackgroundLayer(BackgroundLayer.Type type, PropertySet configuration)
ImageLayer(ImageLayer.Type layerType, MultiLevelSource multiLevelSource, PropertySet configuration)
ShapeLayer(ShapeLayer.Type layerType, List<Shape> shapes, AffineTransform shapeToModelTransform, PropertySet configuration)
-
Uses of PropertySet in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return PropertySet Modifier and Type Method Description PropertySet
BindingContext. getPropertySet()
Constructors in com.bc.ceres.swing.binding with parameters of type PropertySet Constructor Description BindingContext(PropertySet propertySet)
Constructor.BindingContext(PropertySet propertySet, BindingProblemListener problemHandler)
Constructor.PropertyPane(PropertySet propertySet)
-
Uses of PropertySet in com.bc.ceres.swing.figure
Subinterfaces of PropertySet in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureStyle
APropertySet
that provides style information for figures. -
Uses of PropertySet in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement PropertySet Modifier and Type Class Description class
DefaultFigureStyle
-
Uses of PropertySet in org.esa.snap.core.layer
Methods in org.esa.snap.core.layer that return PropertySet Modifier and Type Method Description PropertySet
GraticuleLayerType. createLayerConfig(LayerContext ctx)
PropertySet
MaskCollectionLayerType. createLayerConfig(LayerContext ctx)
PropertySet
MaskLayerType. createLayerConfig(LayerContext ctx)
PropertySet
NoDataLayerType. createLayerConfig(LayerContext ctx)
PropertySet
RasterImageLayerType. createLayerConfig(LayerContext ctx)
PropertySet
RgbImageLayerType. createLayerConfig(LayerContext ctx)
Methods in org.esa.snap.core.layer with parameters of type PropertySet Modifier and Type Method Description Layer
GraticuleLayerType. createLayer(LayerContext ctx, PropertySet configuration)
Layer
MaskCollectionLayerType. createLayer(LayerContext ctx, PropertySet configuration)
Layer
MaskLayerType. createLayer(LayerContext ctx, PropertySet configuration)
Layer
NoDataLayerType. createLayer(LayerContext ctx, PropertySet configuration)
ImageLayer
RasterImageLayerType. createLayer(LayerContext ctx, PropertySet configuration)
ImageLayer
RgbImageLayerType. createLayer(LayerContext ctx, PropertySet configuration)
static MultiLevelSource
MaskLayerType. createMultiLevelSource(PropertySet configuration)
Constructors in org.esa.snap.core.layer with parameters of type PropertySet Constructor Description GraticuleLayer(GraticuleLayerType type, RasterDataNode raster, PropertySet configuration)
MaskCollectionLayer(MaskCollectionLayerType layerType, RasterDataNode raster, PropertySet configuration)
-