org.vfny.geoserver.wms.servlets |
GeoServer WMS Servlets Package
Provides Servlets for the GeoServer Web Map Server implementation.
There is one Servelet for each Web Map Server response.
These servlets should extend WMSService and provide the mapping
of Handler, Request and Response required for the Service.
|
Java Source File Name | Type | Comment |
Capabilities.java | Class | |
DescribeLayer.java | Class | Provides the artifacts to manage a WMS DescribeLayer request
following the
org.vfny.geoserver.servlet.AbstractService 's workflow. |
GetFeatureInfo.java | Class | |
GetLegendGraphic.java | Class | |
GetMap.java | Class | |
GetMapLegacy.java | Class | |
KMLReflector.java | Class | This class takes in a simple WMS request, presumably from Google Earth, and
produces a completed WMS request that outputs KML/KMZ. |
WmsDispatcher.java | Class | Routes requests made at the top-level URI to appropriate interface servlet.
Note that the logic of this method could be generously described as
'loose.' It is not checking for request validity in any way (this is done
by the reqeust- specific servlets). |
WMService.java | Class | Base servlet for all Web Map Server requests. |