gistoolkit.server.mapservice
Class OGC1_1_1Parser

java.lang.Object
  extended bygistoolkit.server.mapservice.OGCParser
      extended bygistoolkit.server.mapservice.OGC1_1_1Parser
Direct Known Subclasses:
OGC1_1_0Parser

public class OGC1_1_1Parser
extends OGCParser

Class to create a map request from the input parameters.


Field Summary
static java.lang.String BBOX
           
static java.lang.String BGCOLOR
           
static java.lang.String EXCEPTIONS
           
static java.lang.String FEATURE_COUNT
           
static java.lang.String FILTER
           
static java.lang.String FORMAT
           
static java.lang.String HEIGHT
           
static java.lang.String INFO_FORMAT
           
static java.lang.String LAYERS
           
static java.lang.String QUERY_LAYERS
           
static java.lang.String REQUEST
           
static java.lang.String SERVICE
           
static java.lang.String SRS
           
static java.lang.String STYLES
           
static java.lang.String TRANSPARENT
           
static java.lang.String WIDTH
           
static java.lang.String X_POINT
           
static java.lang.String Y_POINT
           
 
Constructor Summary
OGC1_1_1Parser()
          Creates new OGCParser
 
Method Summary
 void getCapabilitiesRequest(MapRequest inRequest, Response inResponse, Server inServer)
          get the capabilities request.
 MapRequest getMapRequest(Request inRequest)
          Create a map request given the web request.
 java.lang.String getVersion()
           
 
Methods inherited from class gistoolkit.server.mapservice.OGCParser
getFeatureInfo, getFilters, getFormat, getListFromString, getMapRequest, getRequest, setBoundingBox, setSRS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST

public static final java.lang.String REQUEST
See Also:
Constant Field Values

LAYERS

public static final java.lang.String LAYERS
See Also:
Constant Field Values

QUERY_LAYERS

public static final java.lang.String QUERY_LAYERS
See Also:
Constant Field Values

STYLES

public static final java.lang.String STYLES
See Also:
Constant Field Values

SRS

public static final java.lang.String SRS
See Also:
Constant Field Values

BBOX

public static final java.lang.String BBOX
See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
See Also:
Constant Field Values

TRANSPARENT

public static final java.lang.String TRANSPARENT
See Also:
Constant Field Values

BGCOLOR

public static final java.lang.String BGCOLOR
See Also:
Constant Field Values

EXCEPTIONS

public static final java.lang.String EXCEPTIONS
See Also:
Constant Field Values

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values

INFO_FORMAT

public static final java.lang.String INFO_FORMAT
See Also:
Constant Field Values

X_POINT

public static final java.lang.String X_POINT
See Also:
Constant Field Values

Y_POINT

public static final java.lang.String Y_POINT
See Also:
Constant Field Values

FEATURE_COUNT

public static final java.lang.String FEATURE_COUNT
See Also:
Constant Field Values

FILTER

public static final java.lang.String FILTER
See Also:
Constant Field Values
Constructor Detail

OGC1_1_1Parser

public OGC1_1_1Parser()
Creates new OGCParser

Method Detail

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in class OGCParser

getMapRequest

public MapRequest getMapRequest(Request inRequest)
                         throws java.lang.Exception
Create a map request given the web request.

Specified by:
getMapRequest in class OGCParser
Throws:
java.lang.Exception

getCapabilitiesRequest

public void getCapabilitiesRequest(MapRequest inRequest,
                                   Response inResponse,
                                   Server inServer)
                            throws java.lang.Exception
get the capabilities request.

Specified by:
getCapabilitiesRequest in class OGCParser
Throws:
java.lang.Exception