WPSProcess
WPSProcess
Object of R6Class modelling a WPS process
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject -> WPSProcess
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()
new()Initializes a WPSProcess
WPSProcess$new(xml, capabilities = NULL, version, logger = NULL, ...)xmlobject of class XMLInternalNode-class from XML
capabilitiesobject of class WPSCapabilities
versionservice version
loggerlogger
...any additional parameter
getIdentifier()Get identifier
WPSProcess$getIdentifier()object of class character
getTitle()Get title
WPSProcess$getTitle()object of class character
getVersion()Get version
WPSProcess$getVersion()object of class character
getDescription()Get description
WPSProcess$getDescription()object of class WPSProcessDescription
execute()Execute process
WPSProcess$execute(
  dataInputs = list(),
  responseForm = NULL,
  storeExecuteResponse = FALSE,
  lineage = NULL,
  status = NULL,
  update = FALSE,
  updateInterval = 1
)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. FALSE by default
lineagelineage, object of class logical
statusstatus, object of class logical
updateupdate, object of class logical. For asynchronous requests
updateIntervalupdate interval, object of class integer. For asynchronous requests
clone()The objects of this class are cloneable with this method.
WPSProcess$clone(deep = FALSE)deepWhether to make a deep clone.