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