|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.Capabilities
org.geotools.data.ows.WPSCapabilities
public class WPSCapabilities
Represents a base object for a WMS getCapabilities response.
Constructor Summary | |
---|---|
WPSCapabilities()
|
Method Summary | |
---|---|
java.lang.String[] |
getExceptions()
Exceptions declare what kind of formats this server can return exceptions in. |
WPSRequest |
getRequest()
The request contains information about possible Requests that can be made against this server, including URLs and formats. |
void |
setExceptions(java.lang.String[] exceptions)
|
void |
setRequest(WPSRequest request)
|
Methods inherited from class org.geotools.data.ows.Capabilities |
---|
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WPSCapabilities()
Method Detail |
---|
public WPSRequest getRequest()
public void setRequest(WPSRequest request)
request
- The request 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 |