Package org.esa.snap.ui.product
Class VectorDataCollectionLayer
- java.lang.Object
-
- com.bc.ceres.core.ExtensibleObject
-
- com.bc.ceres.glayer.Layer
-
- com.bc.ceres.glayer.CollectionLayer
-
- org.esa.snap.ui.product.VectorDataCollectionLayer
-
- All Implemented Interfaces:
Extensible
public class VectorDataCollectionLayer extends CollectionLayer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.bc.ceres.glayer.CollectionLayer
CollectionLayer.Type
-
-
Constructor Summary
Constructors Constructor Description VectorDataCollectionLayer(VectorDataCollectionLayerType layerType, ProductNodeGroup<VectorDataNode> vectorDataGroup, PropertySet configuration, ProductLayerContext plc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disposeLayer()
-
Methods inherited from class com.bc.ceres.glayer.CollectionLayer
isCollectionLayer
-
Methods inherited from class com.bc.ceres.glayer.Layer
addListener, dispose, disposeChildren, fireLayerDataChanged, fireLayerPropertyChanged, fireLayerPropertyChanged, fireLayersAdded, fireLayersRemoved, getChildIndex, getChildren, getChildrenModelBounds, getComposite, getConfiguration, getConfigurationProperty, getId, getLayerModelBounds, getLayerType, getListeners, getModelBounds, getName, getParent, getSwipePercent, getTransparency, isVisible, regenerate, removeListener, render, render, renderChildren, renderLayer, setComposite, setId, setName, setSwipePercent, setTransparency, setVisible, toString
-
Methods inherited from class com.bc.ceres.core.ExtensibleObject
getExtension
-
-
-
-
Field Detail
-
ID
public static final String ID
-
-
Constructor Detail
-
VectorDataCollectionLayer
public VectorDataCollectionLayer(VectorDataCollectionLayerType layerType, ProductNodeGroup<VectorDataNode> vectorDataGroup, PropertySet configuration, ProductLayerContext plc)
-
-
Method Detail
-
disposeLayer
public void disposeLayer()
- Overrides:
disposeLayer
in classLayer
-
-