org.esa.beam.visat.toolviews.layermanager.layersrc.windfield
Class WindFieldLayerType

java.lang.Object
  extended by com.bc.ceres.core.ExtensibleObject
      extended by com.bc.ceres.glayer.LayerType
          extended by org.esa.beam.visat.toolviews.layermanager.layersrc.windfield.WindFieldLayerType
All Implemented Interfaces:
com.bc.ceres.core.Extensible

@LayerTypeMetadata(name="WindFieldLayerType",
                   aliasNames="org.esa.beam.visat.toolviews.layermanager.layersrc.windfield.WindFieldLayerType")
public class WindFieldLayerType
extends com.bc.ceres.glayer.LayerType

The type descriptor of the WindFieldLayer.

Since:
BEAM 4.6
Author:
Norman Fomferra

Constructor Summary
WindFieldLayerType()
           
 
Method Summary
 com.bc.ceres.glayer.Layer createLayer(com.bc.ceres.glayer.LayerContext ctx, com.bc.ceres.binding.PropertySet configuration)
           
static WindFieldLayer createLayer(RasterDataNode windu, RasterDataNode windv)
           
 com.bc.ceres.binding.PropertySet createLayerConfig(com.bc.ceres.glayer.LayerContext ctx)
           
 boolean isValidFor(com.bc.ceres.glayer.LayerContext ctx)
           
 
Methods inherited from class com.bc.ceres.glayer.LayerType
getAliases, getName
 
Methods inherited from class com.bc.ceres.core.ExtensibleObject
getExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindFieldLayerType

public WindFieldLayerType()
Method Detail

createLayer

public static WindFieldLayer createLayer(RasterDataNode windu,
                                         RasterDataNode windv)

isValidFor

public boolean isValidFor(com.bc.ceres.glayer.LayerContext ctx)
Specified by:
isValidFor in class com.bc.ceres.glayer.LayerType

createLayer

public com.bc.ceres.glayer.Layer createLayer(com.bc.ceres.glayer.LayerContext ctx,
                                             com.bc.ceres.binding.PropertySet configuration)
Specified by:
createLayer in class com.bc.ceres.glayer.LayerType

createLayerConfig

public com.bc.ceres.binding.PropertySet createLayerConfig(com.bc.ceres.glayer.LayerContext ctx)
Specified by:
createLayerConfig in class com.bc.ceres.glayer.LayerType


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.