Uses of Interface
org.deegree.services.wts.WTSScene

Packages that use WTSScene
org.deegree_impl.services.wts   
 

Uses of WTSScene in org.deegree_impl.services.wts
 

Classes in org.deegree_impl.services.wts that implement WTSScene
 class WTSScene_Impl
          The WTSScene_Impl represents the basic class for creation of a 3D terrain model in the sense of the OGC Web Terrain Service specification.
 

Fields in org.deegree_impl.services.wts declared as WTSScene
protected  WTSScene Abstract3DRenderEngine.scene
           
 

Methods in org.deegree_impl.services.wts that return WTSScene
static WTSScene WTSFactory.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 in org.deegree_impl.services.wts with parameters of type WTSScene
 void OffScreenWTSRenderer.setScene(WTSScene scene)
           
 

Constructors in org.deegree_impl.services.wts with parameters of type WTSScene
OffScreenWTSRenderer(WTSScene scene)
          initialzies the render class with a default width and height (800x600)
OffScreenWTSRenderer(WTSScene scene, int width, int height)
          initialzies the render class with the submitted width and height
Abstract3DRenderEngine(WTSScene scene)
          Creates a new Abstract3DRenderEngine object.