Class WindFieldLayer
- java.lang.Object
-
- com.bc.ceres.core.ExtensibleObject
-
- com.bc.ceres.glayer.Layer
-
- org.esa.snap.rcp.layermanager.layersrc.windfield.WindFieldLayer
-
- All Implemented Interfaces:
Extensible
public class WindFieldLayer extends Layer
Experimental wind field layer. Given two band names for u,v, it could be generalized to any vector field layer.- Since:
- BEAM 4.6
-
-
Constructor Summary
Constructors Constructor Description WindFieldLayer(PropertyContainer configuration)
WindFieldLayer(LayerType layerType, RasterDataNode windu, RasterDataNode windv, PropertySet configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
renderLayer(Rendering rendering)
-
Methods inherited from class com.bc.ceres.glayer.Layer
addListener, dispose, disposeChildren, disposeLayer, fireLayerDataChanged, fireLayerPropertyChanged, 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
-
WindFieldLayer
public WindFieldLayer(PropertyContainer configuration)
-
WindFieldLayer
public WindFieldLayer(LayerType layerType, RasterDataNode windu, RasterDataNode windv, PropertySet configuration)
-
-
Method Detail
-
renderLayer
protected void renderLayer(Rendering rendering)
- Overrides:
renderLayer
in classLayer
-
-