Learn R Programming

ows4R (version 0.2)

WPSProcess: WPSProcess

Description

WPSProcess

Arguments

Value

Object of R6Class modelling a WPS process

Format

R6Class object.

Methods

new(xml, capabilities, version, logger)

This method is used to instantiate a WPSProcess object

getIdentifier()

Get process identifier

getTitle()

Get process title

getVersion()

Get process version

getDescription()

Get process description as object of class WPSProcessDescription

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

Executes the process.