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

Packages that use ViewPoint
org.deegree_impl.services.wts   
org.deegree.services.wts   
 

Uses of ViewPoint in org.deegree_impl.services.wts
 

Classes in org.deegree_impl.services.wts that implement ViewPoint
 class ViewPoint_Impl
          -----------------------------------------------------------------------
 

Fields in org.deegree_impl.services.wts declared as ViewPoint
private  ViewPoint WTSScene_Impl.viewPoint
           
private  ViewPoint Splitter.vp
           
 

Methods in org.deegree_impl.services.wts that return ViewPoint
 ViewPoint WTSScene_Impl.getViewPoint()
          gets the position of the viewer, the directions he looks and his field of view in radians
private static ViewPoint WTService_Impl.createViewPoint(WTSGetViewRequest request)
          creates a ViewPoint from a WTSGetViewRequest
 

Methods in org.deegree_impl.services.wts with parameters of type ViewPoint
 void WTSScene_Impl.setViewPoint(ViewPoint viewPoint)
          defines the position of the viewer and the point he looks at.
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
protected  void Abstract3DRenderEngine.addBackround(ViewPoint vp, Group world_group, java.lang.String background)
          adds a background to the scene
 BranchGroup Abstract3DRenderEngine.createBackground(ViewPoint vp, java.lang.String background)
          creates the background of a scene depending of the view point definition
 

Constructors in org.deegree_impl.services.wts with parameters of type ViewPoint
WTSScene_Impl(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint)
          Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint, java.util.Calendar calendar)
          Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint, java.util.Calendar calendar, AtmosphericCondition[] conditions)
          Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint, java.util.Calendar calendar, AtmosphericCondition[] conditions, Light[] lights)
          Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[] terrain, Group[] feature, ViewPoint viewPoint, java.util.Calendar calendar, AtmosphericCondition[] conditions, Light[] lights, java.lang.Object background)
          Creates a new instance of WTSScene_Impl
Splitter(WTSGetViewRequest request, ViewPoint vp)
          Creates a new instance of MakeStripes
 

Uses of ViewPoint in org.deegree.services.wts
 

Methods in org.deegree.services.wts that return ViewPoint
 ViewPoint WTSScene.getViewPoint()
          gets the position of the viewer, the directions he looks and his field of view in radians
 

Methods in org.deegree.services.wts with parameters of type ViewPoint
 void WTSScene.setViewPoint(ViewPoint viewPoint)
          defines the position of the viewer and the point he looks at.