public abstract class AbstractDescribeLayerRequest extends AbstractWMSRequest implements DescribeLayerRequest
EXCEPTION_XML, hints, onlineResource, properties
LAYERS
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
|
initService
getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
public 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 AbstractRequest
public void setLayers(String layers)
DescribeLayerRequest
setLayers
in interface DescribeLayerRequest
layers
- A comma delimited String of named layersDescribeLayerRequest.setLayers(java.lang.String)
protected abstract void initVersion()
AbstractRequest
initVersion
in class AbstractRequest
Copyright © 1996–2019 Geotools. All rights reserved.