WPSProcess
WPSProcess
Format
R6Class object.
Value
Object of R6Class modelling a WPS process
Super class
ows4R::OGCAbstractObject -> WPSProcess
Methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()ows4R::OGCAbstractObject$INFO()ows4R::OGCAbstractObject$WARN()ows4R::OGCAbstractObject$encode()ows4R::OGCAbstractObject$getClass()ows4R::OGCAbstractObject$getClassName()ows4R::OGCAbstractObject$getNamespaceDefinition()ows4R::OGCAbstractObject$isFieldInheritedFrom()ows4R::OGCAbstractObject$logger()ows4R::OGCAbstractObject$print()
Method new()
Initializes a WPSProcess
Usage
WPSProcess$new(xml, capabilities = NULL, version, logger = NULL, ...)Arguments
xmlobject of class XMLInternalNode-class from XML
capabilitiesobject of class WPSCapabilities
versionservice version
loggerlogger
...any additional parameter
Method execute()
Execute process
Usage
WPSProcess$execute(
dataInputs = list(),
responseForm = NULL,
storeExecuteResponse = FALSE,
lineage = NULL,
status = NULL,
update = FALSE,
updateInterval = 1
)Arguments
dataInputsa named list of data inputs, objects of class WPSLiteralData, WPSComplexData or WPSBoundingBoxData
responseFormresponse form, object of class WPSResponseDocument
storeExecuteResponsestore execute response? object of class
logical.FALSEby defaultlineagelineage, object of class
logicalstatusstatus, object of class
logicalupdateupdate, object of class
logical. For asynchronous requestsupdateIntervalupdate interval, object of class
integer. For asynchronous requests