WPSExecuteResponse | R Documentation |
WPSExecuteResponse
WPSExecuteResponse
R6Class
object.
Object of R6Class
for modelling a WPS Execute response
ows4R::OGCAbstractObject
-> WPSExecuteResponse
process
process
status
status
statusLocation
status location
statusHistory
status history
processOutputs
process outputs
exception
exception
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 )
xml
object of class XMLInternalNode-class from XML
capabilities
object of class WPSCapabilities
processDescription
process description
logger
logger
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)
xml
object of class XMLInternalNode-class from XML
capabilities
object of class WPSCapabilities
processDescription
process description
logger
logger
update()
Updates status history
WPSExecuteResponse$update(verbose = FALSE)
verbose
verbose. Default is FALSE
clone()
The objects of this class are cloneable with this method.
WPSExecuteResponse$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.