org.esa.beam.framework.datamodel
Class SceneFactory

java.lang.Object
  extended by org.esa.beam.framework.datamodel.SceneFactory

public final class SceneFactory
extends Object

This class is not public API yet.


Constructor Summary
SceneFactory()
           
 
Method Summary
static Scene createScene(ProductNode node)
          Creates a scene wrapper around the given product node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneFactory

public SceneFactory()
Method Detail

createScene

public static Scene createScene(ProductNode node)
Creates a scene wrapper around the given product node.

Parameters:
node - the product node
Returns:
a scene instance or null if it could not be created


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