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()
new()
Initializes a WPSProcess
WPSProcess$new(xml, capabilities = NULL, version, logger = NULL, ...)
xml
object of class XMLInternalNode-class from XML
capabilities
object of class WPSCapabilities
version
service version
logger
logger
...
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
)
dataInputs
a named list of data inputs, objects of class WPSLiteralData, WPSComplexData or WPSBoundingBoxData
responseForm
response form, object of class WPSResponseDocument
storeExecuteResponse
store execute response? object of class logical
. FALSE
by default
lineage
lineage, object of class logical
status
status, object of class logical
update
update, object of class logical
. For asynchronous requests
updateInterval
update interval, object of class integer
. For asynchronous requests
clone()
The objects of this class are cloneable with this method.
WPSProcess$clone(deep = FALSE)
deep
Whether to make a deep clone.