gistoolkit.server.mapservice
Class OGC1_1_0Parser

java.lang.Object
  extended bygistoolkit.server.mapservice.OGCParser
      extended bygistoolkit.server.mapservice.OGC1_1_1Parser
          extended bygistoolkit.server.mapservice.OGC1_1_0Parser

public class OGC1_1_0Parser
extends OGC1_1_1Parser

Parser that understands the OGC 1.1.0 specification.


Field Summary
 
Fields inherited from class gistoolkit.server.mapservice.OGC1_1_1Parser
BBOX, BGCOLOR, EXCEPTIONS, FEATURE_COUNT, FILTER, FORMAT, HEIGHT, INFO_FORMAT, LAYERS, QUERY_LAYERS, REQUEST, SERVICE, SRS, STYLES, TRANSPARENT, WIDTH, X_POINT, Y_POINT
 
Constructor Summary
OGC1_1_0Parser()
          Creates new OGC1_1_0Parser
 
Method Summary
 java.lang.String getVersion()
           
 
Methods inherited from class gistoolkit.server.mapservice.OGC1_1_1Parser
getCapabilitiesRequest, getMapRequest
 
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
 

Constructor Detail

OGC1_1_0Parser

public OGC1_1_0Parser()
Creates new OGC1_1_0Parser

Method Detail

getVersion

public java.lang.String getVersion()
Overrides:
getVersion in class OGC1_1_1Parser