Package org.esa.snap.core.layer
Class GraticuleLayer
- java.lang.Object
-
- com.bc.ceres.core.ExtensibleObject
-
- com.bc.ceres.glayer.Layer
-
- org.esa.snap.core.layer.GraticuleLayer
-
- All Implemented Interfaces:
Extensible
public class GraticuleLayer extends Layer
- Since:
- BEAM 4.2
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description GraticuleLayer(RasterDataNode raster)GraticuleLayer(GraticuleLayerType type, RasterDataNode raster, PropertySet configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisposeLayer()Disposes the layer.protected voidfireLayerPropertyChanged(PropertyChangeEvent event)voidrenderLayer(Rendering rendering)Renders the layer.-
Methods inherited from class com.bc.ceres.glayer.Layer
addListener, dispose, disposeChildren, fireLayerDataChanged, fireLayerPropertyChanged, fireLayersAdded, fireLayersRemoved, getChildIndex, getChildren, getChildrenModelBounds, getComposite, getConfiguration, getConfigurationProperty, getId, getLayerModelBounds, getLayerType, getListeners, getModelBounds, getName, getParent, getSwipePercent, getTransparency, isCollectionLayer, isVisible, regenerate, removeListener, render, render, renderChildren, setComposite, setId, setName, setSwipePercent, setTransparency, setVisible, toString
-
Methods inherited from class com.bc.ceres.core.ExtensibleObject
getExtension
-
-
-
-
Constructor Detail
-
GraticuleLayer
public GraticuleLayer(RasterDataNode raster)
-
GraticuleLayer
public GraticuleLayer(GraticuleLayerType type, RasterDataNode raster, PropertySet configuration)
-
-
Method Detail
-
renderLayer
public void renderLayer(Rendering rendering)
Description copied from class:LayerRenders the layer. Called byLayer.render(com.bc.ceres.grender.Rendering). The default implementation does nothing.- Overrides:
renderLayerin classLayer- Parameters:
rendering- The rendering to which the layer will be rendered.
-
disposeLayer
public void disposeLayer()
Description copied from class:LayerDisposes the layer. Called byLayer.dispose(). The default implementation does nothing.- Overrides:
disposeLayerin classLayer
-
fireLayerPropertyChanged
protected void fireLayerPropertyChanged(PropertyChangeEvent event)
- Overrides:
fireLayerPropertyChangedin classLayer
-
-