Package org.vfny.geoserver.servlets.wms

Provides Servlets for the GeoServer Web Map Server implementation.

See:
          Description

Class Summary
Capabilities DOCUMENT ME!
GetMap WMS service wich returns request and response handlers to manage a GetMap request
WmsDispatcher Routes requests made at the top-level URI to appropriate interface servlet.
 

Package org.vfny.geoserver.servlets.wms Description

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.