Package gistoolkit.server.mapservice

Interface Summary
ExtensionService Provides the ability to plug additional functionality into the map service.
 

Class Summary
OGC1_0_0Parser Parser that understands the OGC 1.1.0 specification.
OGC1_1_0Parser Parser that understands the OGC 1.1.0 specification.
OGC1_1_1Parser Class to create a map request from the input parameters.
OGCParser Super class for the parsers to contain common functionality.
Request Represents the incoming request from the client.
Response Represents the response to the client.
ResponseThread Used for reading data coming from the input stream from the client, performing some action, and returning the data back to the client via the output stream.
SimpleExtensionService Provides an easy way to write an extension service.
WebMapService A class to implement the WebMapService 1.1.1 specification.