Package org.geotools.ows.wms.request
Interface DescribeLayerRequest
- All Superinterfaces:
Request
- All Known Implementing Classes:
AbstractDescribeLayerRequest
,WMS1_1_0.InternalDescribeLayerRequest
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
Fields -
Method Summary
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
Field Details
-
LAYERS
Represents the LAYERS parameter- See Also:
-
-
Method Details
-
setLayers
TODO Change this to be a String[] or Listso we can encode properly. Sets the LAYERS parameter - Parameters:
layers
- A comma delimited String of named layers
-