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

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

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

Classes in org.deegree_impl.services.wts.protocol that implement WTSGetViewRequest.Layer
private static class WTSGetViewRequest_Impl.Layer_Impl
           
 

Fields in org.deegree_impl.services.wts.protocol declared as WTSGetViewRequest.Layer
private  WTSGetViewRequest.Layer[] WTSGetViewRequest_Impl.ftCollections
           
private  WTSGetViewRequest.Layer[] WTSGetViewRequest_Impl.layers
           
 

Methods in org.deegree_impl.services.wts.protocol that return WTSGetViewRequest.Layer
 WTSGetViewRequest.Layer[] WTSGetViewRequest_Impl.getLayers()
          The required LAYERS parameter lists the map layer(s) to be returned by this GetMap request.
 WTSGetViewRequest.Layer[] WTSGetViewRequest_Impl.getFeatureCollections()
          returns a list of named Faetuter collections and associated styles to put into the scene.
static WTSGetViewRequest.Layer WTSGetViewRequest_Impl.createLayer(java.lang.String name, java.lang.String styleName)
           
 

Methods in org.deegree_impl.services.wts.protocol with parameters of type WTSGetViewRequest.Layer
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
 

Constructors in org.deegree_impl.services.wts.protocol with parameters of type WTSGetViewRequest.Layer
WTSGetViewRequest_Impl(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 new WTSGetViewRequest_Impl object.
 

Uses of WTSGetViewRequest.Layer in org.deegree.services.wts.protocol
 

Methods in org.deegree.services.wts.protocol that return WTSGetViewRequest.Layer
 WTSGetViewRequest.Layer[] WTSGetViewRequest.getLayers()
          The required LAYERS parameter lists the map layer(s) to be returned by this GetMap request.
 WTSGetViewRequest.Layer[] WTSGetViewRequest.getFeatureCollections()
          returns a list of named Faetuter collections and associated styles to put into the scene.