WPSLiteralInputDescription {ows4R} | R Documentation |
WPSLiteralInputDescription
Description
WPSLiteralInputDescription
WPSLiteralInputDescription
Format
R6Class
object.
Value
Object of R6Class
modelling a WPS process input description
Super classes
ows4R::OGCAbstractObject
-> ows4R::WPSParameter
-> ows4R::WPSDescriptionParameter
-> ows4R::WPSInputDescription
-> WPSLiteralInputDescription
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()
ows4R::WPSDescriptionParameter$getFormats()
ows4R::WPSInputDescription$asDataFrame()
ows4R::WPSInputDescription$getMaxOccurs()
ows4R::WPSInputDescription$getMinOccurs()
Method new()
Initializes a WPSLiteralInputDescription
Usage
WPSLiteralInputDescription$new(xml = NULL, version, logger = NULL, ...)
Arguments
xml
object of class XMLInternalNode-class from XML
version
WPS service version
logger
logger
...
any other parameter
Method getDataType()
Get data type
Usage
WPSLiteralInputDescription$getDataType()
Returns
the data type, object of class character
Method getDefaultValue()
Get default value
Usage
WPSLiteralInputDescription$getDefaultValue()
Returns
the default value, object of class character
Method getAllowedValues()
Get allowed values
Usage
WPSLiteralInputDescription$getAllowedValues()
Returns
the allowed values
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSLiteralInputDescription$clone(deep = FALSE)
Arguments
deep
Whether 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]