|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapRequest | |
gistoolkit.server | |
gistoolkit.server.mapservice |
Uses of MapRequest in gistoolkit.server |
Methods in gistoolkit.server with parameters of type MapRequest | |
byte[] |
Server.getMap(MapRequest inMapRequest)
Get the Image from the service, and return it as the appropriate value. |
java.awt.image.BufferedImage |
Server.getMapImage(MapRequest inMapRequest)
Get the Image from the service, and return it as the appropriate value. |
java.lang.String |
Server.getFeatureInfo(MapRequest inMapRequest)
gets the feature information for for this service. |
java.awt.image.BufferedImage |
Service.generateImage(MapRequest inMapRequest)
Generates an image given the description parameters. |
Record[] |
Service.getRecords(MapRequest inMapRequest)
Return the records identified by this map request. |
Uses of MapRequest in gistoolkit.server.mapservice |
Methods in gistoolkit.server.mapservice that return MapRequest | |
MapRequest |
OGC1_0_0Parser.getMapRequest(Request inRequest)
Create a map request given the web request. |
MapRequest |
OGC1_1_1Parser.getMapRequest(Request inRequest)
Create a map request given the web request. |
abstract MapRequest |
OGCParser.getMapRequest(Request inRequest)
Create a map request with the given web input request. |
static MapRequest |
ResponseThread.getMapRequest(Request inRequest)
Create the map request given the request, and return it. |
Methods in gistoolkit.server.mapservice with parameters of type MapRequest | |
void |
OGC1_0_0Parser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGC1_1_1Parser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGCParser.getMapRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
abstract void |
OGCParser.getCapabilitiesRequest(MapRequest inRequest,
Response inResponse,
Server inServer)
get the capabilities request. |
void |
OGCParser.getFeatureInfo(MapRequest inRequest,
Response inResponse,
Server inServer)
get the map request. |
static void |
OGCParser.setBoundingBox(MapRequest inRequest,
java.lang.String inString)
Sets the coordinates of the bounding box given the input string. |
static void |
OGCParser.setSRS(MapRequest inRequest,
java.lang.String inSRS)
Sets the Spatial Reference system to use. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |