org.geotools.data.wms.request
Interface DescribeLayerRequest

All Superinterfaces:
Request
All Known Implementing Classes:
AbstractDescribeLayerRequest, WMS1_1_0.InternalDescribeLayerRequest

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.

Module:

Field Summary
static String LAYERS
          Represents the LAYERS parameter
 
Fields inherited from interface Request
REQUEST, SERVICE, VERSION, WMTVER
 
Method Summary
 void setLayers(String layers)
          TODO Change this to be a String[] or List so we can encode properly.
 
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, performPostOutput, requiresPost, setProperty
 

Field Detail

LAYERS

static final String LAYERS
Represents the LAYERS parameter

See Also:
Constant Field Values
Method Detail

setLayers

void setLayers(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 © 1996-2009 Geotools. All Rights Reserved.