public abstract class AbstractDescribeLayerRequest extends AbstractWMSRequest implements DescribeLayerRequest
EXCEPTION_XML, hints, onlineResource, propertiesLAYERS| Constructor and Description |
|---|
AbstractDescribeLayerRequest(URL onlineResource,
Properties properties)
Constructs a basic DescribeLayerRequest, without versioning info.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initRequest() |
protected abstract void |
initVersion()
Sets up the version number for this request.
|
void |
setLayers(String layers)
TODO Change this to be a String[] or List
|
initServicegetFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHintspublic AbstractDescribeLayerRequest(URL onlineResource, Properties properties)
onlineResource - the location of the requestproperties - a set of properties to use. Can be null.protected void initRequest()
initRequest in class AbstractRequestpublic void setLayers(String layers)
DescribeLayerRequestsetLayers in interface DescribeLayerRequestlayers - A comma delimited String of named layersDescribeLayerRequest.setLayers(java.lang.String)protected abstract void initVersion()
AbstractRequestinitVersion in class AbstractRequestCopyright © 1996–2019 Geotools. All rights reserved.