|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.request.AbstractRequest org.geotools.data.wms.request.AbstractDescribeLayerRequest
Describes an abstract DescribeLayer request. Provides everything except the versioning info, which subclasses must implement.
Field Summary |
Fields inherited from class org.geotools.data.wms.request.AbstractRequest |
EXCEPTION_XML, onlineResource, properties |
Fields inherited from interface org.geotools.data.wms.request.DescribeLayerRequest |
LAYERS |
Fields inherited from interface org.geotools.data.wms.request.Request |
REQUEST, SERVICE, VERSION, WMTVER |
Constructor Summary | |
AbstractDescribeLayerRequest(java.net.URL onlineResource,
java.util.Properties properties)
Constructs a basic DescribeLayerRequest, without versioning info. |
Method Summary | |
protected abstract void |
initVersion()
|
void |
setLayers(java.lang.String layers)
TODO Change this to be a String[] or List |
Methods inherited from class org.geotools.data.wms.request.AbstractRequest |
getFinalURL, getProperties, processKey, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.data.wms.request.Request |
getFinalURL, getProperties, setProperty |
Constructor Detail |
public AbstractDescribeLayerRequest(java.net.URL onlineResource, java.util.Properties properties)
onlineResource
- the location of the requestproperties
- a set of properties to use. Can be null.Method Detail |
public void setLayers(java.lang.String layers)
DescribeLayerRequest
setLayers
in interface DescribeLayerRequest
layers
- A comma delimited String of named layersDescribeLayerRequest.setLayers(java.lang.String)
protected abstract void initVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |