WPSInputDescription
WPSInputDescription
Object of R6Class modelling a WPS process input description
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject -> ows4R::WPSParameter -> ows4R::WPSDescriptionParameter -> WPSInputDescription
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$getDataType()ows4R::WPSDescriptionParameter$getFormats()
new()Initializes a WPSInputDescription
WPSInputDescription$new(xml = NULL, version, logger = NULL, ...)xmlobject of class XMLInternalNode-class from XML
versionWPS service version
loggerlogger
...any other parameter
getMinOccurs()Get min occurs
WPSInputDescription$getMinOccurs()the min occurs
getMaxOccurs()Get max occurs
WPSInputDescription$getMaxOccurs()the max occurs
asDataFrame()Get intput description as data.frame
WPSInputDescription$asDataFrame()object of class character
clone()The objects of this class are cloneable with this method.
WPSInputDescription$clone(deep = FALSE)deepWhether to make a deep clone.