|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.Specification
org.geotools.data.wps.WPSSpecification
public abstract class WPSSpecification
Constructor Summary | |
---|---|
WPSSpecification()
|
Method Summary | |
---|---|
abstract DescribeProcessRequest |
createDescribeProcessRequest(java.net.URL onlineResource)
Creates a DescribeProcess request which can be used to retrieve information about a specific process on the WPS Server. |
abstract ExecuteProcessRequest |
createExecuteProcessRequest(java.net.URL onlineResource)
Creates a Execute request which can be used to execute a specific process on the WPS Server. |
Methods inherited from class org.geotools.data.ows.Specification |
---|
createGetCapabilitiesRequest, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WPSSpecification()
Method Detail |
---|
public abstract DescribeProcessRequest createDescribeProcessRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this requestpublic abstract ExecuteProcessRequest createExecuteProcessRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |