|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.ows.WMSCapabilities
Represents a base object for a WMS getCapabilities response.
Constructor Summary | |
WMSCapabilities()
|
Method Summary | |
java.lang.String[] |
getExceptions()
|
Layer |
getLayer()
|
java.util.List |
getLayerList()
|
WMSRequest |
getRequest()
The request contains information about possible Requests that can be made against this server, including URLs and formats. |
Service |
getService()
The Service contains metadata about the WMS. |
java.lang.String |
getVersion()
The version that this Capabilities is in. |
void |
setExceptions(java.lang.String[] exceptions)
|
void |
setLayer(Layer layer)
|
void |
setRequest(WMSRequest request)
|
void |
setService(Service service)
|
void |
setVersion(java.lang.String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSCapabilities()
Method Detail |
public Layer getLayer()
public void setLayer(Layer layer)
public java.util.List getLayerList()
public WMSRequest getRequest()
public void setRequest(WMSRequest request)
request
- The request to set.public Service getService()
public void setService(Service service)
service
- The service to set.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- The version to set.public java.lang.String[] getExceptions()
public void setExceptions(java.lang.String[] exceptions)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |