| WPSProcessDescription {ows4R} | R Documentation |
WPSProcessDescription
Description
WPSProcessDescription
WPSProcessDescription
Format
R6Class object.
Value
Object of R6Class modelling a WPS process description
Super class
ows4R::OGCAbstractObject -> WPSProcessDescription
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 an object of class WPSProcessDescription
Usage
WPSProcessDescription$new(xml, version, logger = NULL, ...)
Arguments
xmlobject of class XMLInternalNode-class from XML
versionversion
loggerlogger
...any other parameter
Method getIdentifier()
Get process identifier
Usage
WPSProcessDescription$getIdentifier()
Returns
the identifier, object of class character
Method getTitle()
Get process title
Usage
WPSProcessDescription$getTitle()
Returns
the title, object of class character
Method getAbstract()
Get process abstract
Usage
WPSProcessDescription$getAbstract()
Returns
the abstract, object of class character
Method getVersion()
Get process version
Usage
WPSProcessDescription$getVersion()
Arguments
theversion, object of class
character
Method isStatusSupported()
Indicates if the status is supported
Usage
WPSProcessDescription$isStatusSupported()
Returns
TRUE if supported, FALSE otherwise
Method isStoreSupported()
Indicates if the store is supported
Usage
WPSProcessDescription$isStoreSupported()
Returns
TRUE if supported, FALSE otherwise
Method getDataInputs()
Get data inputs
Usage
WPSProcessDescription$getDataInputs()
Returns
a list of objects extending WPSInputDescription
Method getProcessOutputs()
Get process outputs
Usage
WPSProcessDescription$getProcessOutputs()
Returns
a list of objects extending WPSOutputDescription
Method asDataFrame()
Convenience method to export a process description as data.frame
Usage
WPSProcessDescription$asDataFrame()
Returns
a data.frame giving the process description
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSProcessDescription$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>