org.geotools.data.wms.request
Class AbstractWMSRequest
Object
AbstractRequest
AbstractWMSRequest
- All Implemented Interfaces:
- Request
- Direct Known Subclasses:
- AbstractDescribeLayerRequest, AbstractGetFeatureInfoRequest, AbstractGetLegendGraphicRequest, AbstractGetMapRequest, AbstractGetStylesRequest, AbstractPutStylesRequest
public abstract class AbstractWMSRequest
- extends AbstractRequest
Method Summary |
protected void |
initService()
Implementing subclass requests must specify their own "SERVICE" value. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWMSRequest
public AbstractWMSRequest(URL onlineResource,
Properties properties)
initService
protected void initService()
- Description copied from class:
AbstractRequest
- Implementing subclass requests must specify their own "SERVICE" value.
Example: setProperty("SERVICE", "WFS");
- Specified by:
initService
in class AbstractRequest
Copyright © 1996-2014 Geotools. All Rights Reserved.