| java.lang.Object org.vfny.geoserver.Request org.vfny.geoserver.wms.requests.WMSRequest
All known Subclasses: org.vfny.geoserver.wms.requests.DescribeLayerRequest, org.vfny.geoserver.wms.requests.GetMapRequest, org.vfny.geoserver.wms.requests.GetLegendGraphicRequest, org.vfny.geoserver.wms.requests.GetFeatureInfoRequest,
WMSRequest | public class WMSRequest extends Request (Code) | | DOCUMENT ME!
author: Gabriel Rold?n version: $Id: WMSRequest.java 6326 2007-03-15 18:36:40Z jdeolive $ |
Constructor Summary | |
public | WMSRequest(String requestType, WMService service) Creates the new request, supplying the request name and the sevlet
handling the request. |
WMS_SERVICE_TYPE | final public static String WMS_SERVICE_TYPE(Code) | | |
WMSRequest | public WMSRequest(String requestType, WMService service)(Code) | | Creates the new request, supplying the request name and the sevlet
handling the request.
Parameters: requestType - name of hte request, (Example, GetCapabiliites) Parameters: service - The servlet handling the WMS request. |
getGeoServer | public GeoServer getGeoServer()(Code) | | Convenience method for obtaining the global geoserver instance.
|
getWMS | public WMS getWMS()(Code) | | Convenience method for obtaining the global wms service instance.
|
getWMService | public WMService getWMService()(Code) | | Returns the wms service object..
|
setWMService | public void setWMService(WMService wms)(Code) | | Sets the wms service object.
|
|
|