|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapservice.OGCParser
Super class for the parsers to contain common functionality.
Constructor Summary | |
OGCParser()
Creates new OGCParser |
Method Summary | |
abstract void |
getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
getFeatureInfo(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
static FilterInfo[] |
getFilters(java.lang.String inFilterString)
Parse the filter info objects out of the filter string. |
protected static java.lang.String |
getFormat(java.lang.String inFormat)
sets the format. |
static java.lang.String[] |
getListFromString(java.lang.String inString)
Returns a list from the given comma separated string. |
void |
getMapRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
abstract MapRequest |
getMapRequest(Request inRequest)
Create a map request with the given web input request. |
void |
getRequest(Request inRequest,
Response inResponse,
Server inServer)
Executes the request with the given server. |
abstract java.lang.String |
getVersion()
|
static void |
setBoundingBox(MapRequest inRequest,
java.lang.String inString)
Sets the coordinates of the bounding box given the input string. |
static void |
setSRS(MapRequest inRequest,
java.lang.String inSRS)
Sets the Spatial Reference system to use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OGCParser()
Method Detail |
public abstract java.lang.String getVersion()
public abstract MapRequest getMapRequest(Request inRequest) throws java.lang.Exception
java.lang.Exception
public void getRequest(Request inRequest, Response inResponse, Server inServer) throws java.lang.Exception
java.lang.Exception
public void getMapRequest(MapRequest inRequest, Response inResponse, Server inServer) throws java.lang.Exception
java.lang.Exception
public abstract void getCapabilitiesRequest(MapRequest inRequest, Response inResponse, Server inServer) throws java.lang.Exception
java.lang.Exception
public void getFeatureInfo(MapRequest inRequest, Response inResponse, Server inServer) throws java.lang.Exception
java.lang.Exception
public static java.lang.String[] getListFromString(java.lang.String inString)
public static void setBoundingBox(MapRequest inRequest, java.lang.String inString) throws java.lang.Exception
java.lang.Exception
public static void setSRS(MapRequest inRequest, java.lang.String inSRS) throws java.lang.Exception
java.lang.Exception
protected static java.lang.String getFormat(java.lang.String inFormat)
public static FilterInfo[] getFilters(java.lang.String inFilterString)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |