public interface DescribeLayerRequest extends Request
The only parameter it takes is a list of named layers which it uses to return the information about.
Modifier and Type | Field and Description |
---|---|
static String |
LAYERS
Represents the LAYERS parameter
|
Modifier and Type | Method and Description |
---|---|
void |
setLayers(String layers)
TODO Change this to be a String[] or List
|
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
static final String LAYERS
void setLayers(String layers)
layers
- A comma delimited String of named layersCopyright © 1996–2023 Geotools. All rights reserved.