Represents a remote provider of a Web Processing Service.
This class is used as the computing resource on which WPS processes, which are equivalent to tasks, run.
Type | Name | Summary |
---|---|---|
bool | Proxy | Define if the provider is to be proxied or not |
Type | Name | Summary |
---|---|---|
void | StoreProcessOfferings() | Get and stores the process offerings from GetCapabilities url |
bool | ExecuteTask() | Executes the task. |
WPSCapabilitiesType | GetWPSCapabilitiesFromUrl() | Return a GetCapabilities object from GetCapabilities url |
ProcessDescriptionType | GetWPSDescribeProcessFromUrl() | Gets the WPS describe process from URL. |
bool | GetTaskResult() | Gets the task result. |
WpsProcessOffering | GetProcessOffering() | Gets the process offering. |