|
||||||||||
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
org.geotools.data.wps.WPS1_0_0
public class WPS1_0_0
Provides support for the Web Processing Service 1.0.0 Specification.
WPS1_0_0 provides both name and version information that may be checked against a GetCapabilities document during version negotiation.
Nested Class Summary | |
---|---|
static class |
WPS1_0_0.GetCapsRequest
We need a custom request object. |
static class |
WPS1_0_0.InternalDescribeProcessRequest
|
static class |
WPS1_0_0.InternalExecuteProcessRequest
|
Constructor Summary | |
---|---|
WPS1_0_0()
Public constructor creates the WMS1_0_0 object. |
Method Summary | |
---|---|
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. |
ExecuteProcessRequest |
createExecuteProcessRequest(java.net.URL onlineResource)
Creates a Execute request which can be used to execute a specific process on the WPS Server. |
GetCapabilitiesRequest |
createGetCapabilitiesRequest(java.net.URL server)
Create a request for performing GetCapabilities requests on a 1.0.0 server. |
java.lang.String |
getVersion()
Expected version attribute for root element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WPS1_0_0()
Method Detail |
---|
public java.lang.String getVersion()
getVersion
in class Specification
public GetCapabilitiesRequest createGetCapabilitiesRequest(java.net.URL server)
createGetCapabilitiesRequest
in class Specification
server
- a URL that points to the 1.0.0 server
Specification.createGetCapabilitiesRequest(java.net.URL)
public DescribeProcessRequest createDescribeProcessRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
WPSSpecification
createDescribeProcessRequest
in class WPSSpecification
onlineResource
- the location where the request can be made
java.lang.UnsupportedOperationException
- if the version of the specification doesn't support this requestpublic ExecuteProcessRequest createExecuteProcessRequest(java.net.URL onlineResource) throws java.lang.UnsupportedOperationException
WPSSpecification
createExecuteProcessRequest
in class WPSSpecification
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 |