org.deegree_impl.services.wts
Class WTSFactory

java.lang.Object
  extended byorg.deegree_impl.services.wts.WTSFactory

public class WTSFactory
extends java.lang.Object

-----------------------------------------------------------------------

Version:
$Revision: 1.8 $ $Date: 2004/02/09 08:00:39 $
Author:
Andreas Poth

Constructor Summary
WTSFactory()
           
 
Method Summary
static WTSScene createWTSScene(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint, java.util.Calendar calendar, AtmosphericCondition[] conditions, Light[] lights, java.lang.Object background)
          creates a WTS scene from its components
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTSFactory

public WTSFactory()
Method Detail

createWTSScene

public static WTSScene createWTSScene(Shape3D[] terrain,
                                      Group[] feature,
                                      ViewPoint viewPoint,
                                      java.util.Calendar calendar,
                                      AtmosphericCondition[] conditions,
                                      Light[] lights,
                                      java.lang.Object background)
creates a WTS scene from its components

Parameters:
terrain - Shape3D object(s) representing the scenes terrain.
feature - feature that shall be published in the scene
viewPoint - object that describes the viewers position and the point he looks at
calendar - describtion of the date and time for which the scene shall be rendered --> light conditions
conditions - atmospheric conditions like fog, dust, rain etc. of the scene
lights - lights in addition to sun and ambient light (e.g. street lights, spots etc.)