Skip to contents

WPSDescriptionParameter

WPSDescriptionParameter

Format

R6Class object.

Value

Object of R6Class modelling a WPS process input description parameter

Note

Class used internally by ows4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::WPSParameter -> WPSDescriptionParameter

Methods

Inherited methods


Method new()

Initializes a WPSDescriptionParameter

Usage

WPSDescriptionParameter$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

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

deep

Whether to make a deep clone.