SWENilValues

SWENilValues

Format

R6Class object.

Value

Object of R6Class for modelling an SWE nil values object

References

SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

nilValue

nil value

Methods

Inherited methods


Method new()

Initializes a SWE Nil Values object

Usage

SWENilValues$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class from XML


Method addNilValue()

Adds a nil value with a reason

Usage

SWENilValues$addNilValue(value, reason)

Arguments

value

value

reason

reason


Method clone()

The objects of this class are cloneable with this method.

Usage

SWENilValues$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.