| org.geotools.data.wms.request.DescribeLayerRequest
All known Subclasses: org.geotools.data.wms.request.AbstractDescribeLayerRequest,
DescribeLayerRequest | public interface DescribeLayerRequest extends Request(Code) | | 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.
|
Method Summary | |
public void | setLayers(String layers) TODO Change this to be a String[] or List so we can encode properly. |
LAYERS | final public static String LAYERS(Code) | | Represents the LAYERS parameter
|
setLayers | public void setLayers(String layers)(Code) | | 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 |
|
|