| WPSExecuteResponse {ows4R} | R Documentation |
WPSExecuteResponse
Description
WPSExecuteResponse
WPSExecuteResponse
Format
R6Class object.
Value
Object of R6Class for modelling a WPS Execute response
Super class
ows4R::OGCAbstractObject -> WPSExecuteResponse
Public fields
processprocess
statusstatus
statusLocationstatus location
statusHistorystatus history
processOutputsprocess outputs
exceptionexception
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 WPSExecuteResponse
Usage
WPSExecuteResponse$new( xml, capabilities, processDescription = NULL, logger = NULL )
Arguments
xmlobject of class XMLInternalNode-class from XML
capabilitiesobject of class WPSCapabilities
processDescriptionprocess description
loggerlogger
Method getProcess()
Get process
Usage
WPSExecuteResponse$getProcess()
Returns
an object of class WPSProcess
Method getStatus()
Get status
Usage
WPSExecuteResponse$getStatus()
Returns
an object of class WPSStatus
Method getStatusLocation()
Get status location
Usage
WPSExecuteResponse$getStatusLocation()
Returns
an object of class character
Method getStatusHistory()
Get status history
Usage
WPSExecuteResponse$getStatusHistory()
Returns
an object of class character
Method getProcessOutputs()
Get list of process outputs
Usage
WPSExecuteResponse$getProcessOutputs()
Returns
a list of outputs
Method getException()
Get exception
Usage
WPSExecuteResponse$getException()
Returns
an object of class WPSException
Method decode()
Decodes an object of class WPSExecuteResponse from XML
Usage
WPSExecuteResponse$decode(xml, capabilities, processDescription, logger)
Arguments
xmlobject of class XMLInternalNode-class from XML
capabilitiesobject of class WPSCapabilities
processDescriptionprocess description
loggerlogger
Method update()
Updates status history
Usage
WPSExecuteResponse$update(verbose = FALSE)
Arguments
verboseverbose. Default is
FALSE
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSExecuteResponse$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>