WPSProcessDescription | R Documentation |
WPSProcessDescription
WPSProcessDescription
R6Class
object.
Object of R6Class
modelling a WPS process description
ows4R::OGCAbstractObject
-> WPSProcessDescription
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, ...)
xml
object of class XMLInternalNode-class from XML
version
version
logger
logger
...
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()
the
version, 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)
deep
Whether to make a deep clone.
Class used internally by ows4R
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.