|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the access to the parameters of a GetView request.
Even it is possible to access the values of a HTTP GET request throught their bean accessor methods the request shall be mapped to a SLD data structure that is accessible using the getSLD().--------------------------------------------------------------------
Nested Class Summary | |
static interface |
WTSGetViewRequest.Layer
|
Method Summary | |
double |
getAOV()
returns the angle representing the breadth of landscape in the viewer's scene. |
java.lang.Object[] |
getAtmosphericParameters()
retruns a list of atmospheric paramteres to be considered for rendering |
java.lang.Object |
getBackground()
returns the Color, Image or Shape to fill the scene background |
java.awt.Color |
getBGColor()
The optional BGCOLOR parameter specifies the color to be used as the background of the map. |
java.util.Calendar |
getDate()
returns the date/time for which a scene shall be rendered |
double |
getDistance()
Distance between the viewer and the POI in meters. |
java.lang.String[] |
getElevationModels()
returns a list of the DEMs to be used |
java.lang.String |
getExceptions()
The optional EXCEPTIONS parameter states the manner in which errors are to be reported to the client. |
WTSGetViewRequest.Layer[] |
getFeatureCollections()
returns a list of named Faetuter collections and associated styles to put into the scene. |
StyledLayerDescriptor |
getFeatureCollectionsAsSLD()
returns a list of named Faetuter collections and associated styles to put into the scene as a SLD-document. |
java.lang.String |
getFormat()
The FORMAT parameter specifies the output format of the response to an operation. |
int |
getHeight()
HEIGHT specifies the number of pixels between the minimum and maximum Y values. |
WTSGetViewRequest.Layer[] |
getLayers()
The required LAYERS parameter lists the map layer(s) to be returned by this GetMap request. |
java.lang.Object[] |
getLight()
returns descriptions of light sources in addtion to the sun |
java.lang.Object |
getMaterial()
returns the material behavior of the DEM and features |
double |
getPitch()
returns Angle of inclination |
GM_Position |
getPointOfInterest()
The POI (Point of Interest) parameter defines the x, y, z point in SRS units. |
double |
getScale()
returns the scale of the DEM. 1 = original scale, > 1 make DEM higher < 1 make DEM lower |
java.lang.String |
getSrs()
The required SRS parameter states which Spatial Reference System applies to the values in the BBOX parameter. |
StyledLayerDescriptor |
getStyledLayerDescriptor()
returns the SLD the request is made of. |
GM_Object |
getTrajectory()
returns the trajectory of the camera movement through the scene. |
java.net.URL |
getWFS_URL()
URL of Web Feature Service providing features to be symbolized using SLD. |
int |
getWidth()
WIDTH specifies the number of pixels to be used between the minimum and maximum X values (inclusive) in the BBOX parameter. |
double |
getYAW()
returns the azimuth angle |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Method Detail |
public double getAOV()
public double getDistance()
public double getYAW()
public double getPitch()
public GM_Position getPointOfInterest()
public java.lang.String getFormat()
public WTSGetViewRequest.Layer[] getLayers()