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