Methods in org.n52.wps.client that throw WPSClientException |
boolean |
WPSClientSession.connect(java.lang.String url)
Connects to a WPS and retrieves Capabilities plus puts all available Descriptions into cache. |
net.opengis.wps.x100.ProcessDescriptionsDocument |
WPSClientSession.describeAllProcesses(java.lang.String url)
retrieves all current available processdescriptions of a WPS. |
net.opengis.wps.x100.ProcessDescriptionsDocument |
WPSClientSession.describeProcess(java.lang.String[] processIDs,
java.lang.String serverID)
retrieves the desired description for a service. the retrieved information will not be held in cache! |
java.lang.Object |
WPSClientSession.execute(java.lang.String serverID,
net.opengis.wps.x100.ExecuteDocument execute)
|
java.lang.Object |
WPSClientSession.execute(java.lang.String serverID,
net.opengis.wps.x100.ExecuteDocument execute,
boolean rawData)
Execute tries to retrieve features encoded as gzip. |