org.geotools.data.wms.request
Interface DescribeLayerRequest
- All Superinterfaces:
- Request
- All Known Implementing Classes:
- AbstractDescribeLayerRequest
- public interface DescribeLayerRequest
- extends Request
Retrieves information about the layers or feature types available on
the Web Map Server. It is used to assist user symbolization.
The only parameter it takes is a list of named layers which it uses to
return the information about.
Field Summary |
static java.lang.String |
LAYERS
Represents the LAYERS parameter |
Method Summary |
void |
setLayers(java.lang.String layers)
TODO Change this to be a String[] or List so we can encode properly.
|
LAYERS
public static final java.lang.String LAYERS
- Represents the LAYERS parameter
- See Also:
- Constant Field Values
setLayers
public void setLayers(java.lang.String layers)
- TODO Change this to be a String[] or List so we can encode properly.
Sets the LAYERS parameter
- Parameters:
layers
- A comma delimited String of named layers
Copyright © GeoTools. All Rights Reserved.