| WPSProcess {ows4R} | R Documentation |
WPSProcess
Description
WPSProcess
WPSProcess
Format
R6Class object.
Value
Object of R6Class modelling a WPS process
Super class
ows4R::OGCAbstractObject -> WPSProcess
Methods
Public 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 getIdentifier()
Get identifier
Usage
WPSProcess$getIdentifier()
Returns
object of class character
Method getTitle()
Get title
Usage
WPSProcess$getTitle()
Returns
object of class character
Method getVersion()
Get version
Usage
WPSProcess$getVersion()
Returns
object of class character
Method getDescription()
Get description
Usage
WPSProcess$getDescription()
Returns
object of class WPSProcessDescription
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
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSProcess$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>