gistoolkit.server.mapservice
Class OGC1_0_0Parser
java.lang.Object
gistoolkit.server.mapservice.OGCParser
gistoolkit.server.mapservice.OGC1_0_0Parser
- public class OGC1_0_0Parser
- extends OGCParser
Parser that understands the OGC 1.1.0 specification.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
OGC1_0_0Parser
public OGC1_0_0Parser()
- Creates new OGC1_1_0Parser
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