| WPSDescriptionParameter {ows4R} | R Documentation |
WPSDescriptionParameter
Description
WPSDescriptionParameter
WPSDescriptionParameter
Format
R6Class object.
Value
Object of R6Class modelling a WPS process input description parameter
Super classes
ows4R::OGCAbstractObject -> ows4R::WPSParameter -> WPSDescriptionParameter
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()ows4R::WPSParameter$getAbstract()ows4R::WPSParameter$getIdentifier()ows4R::WPSParameter$getTitle()
Method new()
Initializes a WPSDescriptionParameter
Usage
WPSDescriptionParameter$new(xml = NULL, version, logger = NULL, ...)
Arguments
xmlobject of class XMLInternalNode-class from XML
versionWPS service version
loggerlogger
...any other parameter
Method getDataType()
Get data type
Usage
WPSDescriptionParameter$getDataType()
Returns
object of class character
Method getFormats()
get formats
Usage
WPSDescriptionParameter$getFormats()
Returns
the formats
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSDescriptionParameter$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]