Uses of Interface
org.deegree.services.wts.protocol.WTSGetViewRequest

Packages that use WTSGetViewRequest
org.deegree_impl.services.wts   
org.deegree_impl.services.wts.protocol   
 

Uses of WTSGetViewRequest in org.deegree_impl.services.wts
 

Fields in org.deegree_impl.services.wts declared as WTSGetViewRequest
private  WTSGetViewRequest TextureLoader.request
           
private  WTSGetViewRequest Splitter.request
           
private  WTSGetViewRequest FeatureLoader.request
           
private  WTSGetViewRequest DEMLoader.request
           
 

Methods in org.deegree_impl.services.wts with parameters of type WTSGetViewRequest
private  void WTService_Impl.handleGetView(WTSGetViewRequest request)
          performs a get view request by initializing a WTSScene, forcing an offscreen rendering of the scene and writing the resulting image encapsulated into a GetViewResponse object to the receiver of the response.
private static ViewPoint WTService_Impl.createViewPoint(WTSGetViewRequest request)
          creates a ViewPoint from a WTSGetViewRequest
 

Constructors in org.deegree_impl.services.wts with parameters of type WTSGetViewRequest
TextureLoader(WTSGetViewRequest request, int layerId, WTService_Impl parent)
          Creates a new TextureLoader object.
Splitter(WTSGetViewRequest request, ViewPoint vp)
          Creates a new instance of MakeStripes
FeatureLoader(WTSGetViewRequest request, WTService_Impl parent)
          Creates a new FeatureLoader object.
DEMLoader(WTSGetViewRequest request, WTService_Impl parent)
          Creates a new DEMLoader object.
 

Uses of WTSGetViewRequest in org.deegree_impl.services.wts.protocol
 

Classes in org.deegree_impl.services.wts.protocol that implement WTSGetViewRequest
(package private)  class WTSGetViewRequest_Impl
          This class implements the access to the parameters of a GetView request.
 

Methods in org.deegree_impl.services.wts.protocol that return WTSGetViewRequest
static WTSGetViewRequest WTSProtocolFactory.createGetViewRequest(java.lang.String id, java.util.HashMap model)
          creates a WTSGetViewRequest from a HashMap that contains the request parameters as key-value-pairs.
static WTSGetViewRequest WTSProtocolFactory.createGetViewRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, java.lang.String format, WTSGetViewRequest.Layer[] layers, java.lang.String crs, int width, int height, java.awt.Color bgColor, double aov, double distance, double pitch, GM_Position poi, double yaw, java.lang.String exceptions, java.util.Calendar date, double scale, java.lang.Object background, java.lang.String[] dem, WTSGetViewRequest.Layer[] ftCollections)
          creates a WTSGetViewRequest from a set of parameters