|
|||||||||||
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 GeMap request. It is excpected that there are two kinds of request. The first is the 'normal' HTTP GET request with name-value-pair enconding and the second is a HTTP POST request containing a SLD.
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 |
WMSGetMapRequest.Layer
|
Method Summary | |
java.awt.Color |
getBGColor()
The optional BGCOLOR parameter specifies the color to be used as the background of the map. |
java.lang.String |
getBGColorAsHex()
transforms the color of the request from java.awt.Color to the hexadecimal representation as in an OGC conform WMS-GetMap request (e.g. white == "0xffffff"). |
GM_Envelope |
getBoundingBox()
The required BBOX parameter allows a Client to request a particular Bounding Box. |
double[] |
getElevation()
Some geospatial information may be available at multiple elevations. |
java.lang.String |
getExceptions()
The optional EXCEPTIONS parameter states the manner in which errors are to be reported to the client. |
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. |
WMSGetMapRequest.Layer[] |
getLayers()
The required LAYERS parameter lists the map layer(s) to be returned by this GetMap request. |
java.lang.String[] |
getSampleDimension()
Some geospatial information may be available at other dimensions (for example, satellite images in different wavelength bands). |
java.net.URL |
getSLD_URL()
URL of Styled Layer Descriptor (as defined in SLD Specification). |
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. |
java.lang.String |
getTime()
This specification is based on [ISO 8601:1988(E)]; it extends ISO 8601 in the following ways: It defines a syntax for expressing the start, end and periodicity of a data collection. |
boolean |
getTransparency()
The optional TRANSPARENT parameter specifies whether the map background is to be made transparent or not. |
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. |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Method Detail |
public java.lang.String getFormat()
public WMSGetMapRequest.Layer[] getLayers()