Learn R Programming

ows4R (version 0.2)

WPSCapabilities: WPSCapabilities

Description

WPSCapabilities

Arguments

Value

Object of R6Class with methods for interfacing an OGC Web Processing Service (WPS) Get Capabilities document.

Format

R6Class object.

Methods

new(url, version, logger, ...)

This method is used to instantiate a WPSCapabilities object

getProcesses(pretty, full)

Return the list of processes offered by the service capabilities. pretty allows to control the type output. If TRUE, a data.frame will be returned. When prettified output, it is also possible to get a 'full' description of the process by setting full = TRUE in which case a the WPS client will request a process description (with more information about the process) for each process listed in the capabilities.

describeProcess(identifier)

Get the description of a process, given its identifier, returning an object of class WPSProcessDescription

execute(identifier, dataInputs, responseForm, storeExecuteResponse, lineage, status, update, updateInterval)

Execute a process, given its identifier