SWEQuantityRange
SWEQuantityRange
SWEQuantityRange class
R6Class
object.
Object of R6Class
for modelling an SWE QuantityRange
SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::SWEAbstractObject
-> geometa::SWEAbstractSWE
-> geometa::SWEAbstractSWEIdentifiable
-> geometa::SWEAbstractDataComponent
-> geometa::SWEAbstractSimpleComponent
-> SWEQuantityRange
uom
: uom
constraint
: constraint
value
: value
new()
Initializes an object of class SWEQuantityRange
SWEQuantityRange$new(
xml = NULL,
uom = NULL,
constraint = NULL,
value = NULL,
updatable = NULL,
optional = FALSE,
definition = NULL
)
xml
: object of class XMLInternalNode-class from XML
uom
: uom
constraint
: constraint
value
: value
updatable
: updatable
optional
: optional
definition
: definition
setUom()
setUom
SWEQuantityRange$setUom(uom)
uom
: uom
setConstraint()
setConstraint
SWEQuantityRange$setConstraint(constraint)
constraint
: constraint
setValue()
setValue
SWEQuantityRange$setValue(value)
value
: value
clone()
The objects of this class are cloneable with this method.
SWEQuantityRange$clone(deep = FALSE)
deep
: Whether to make a deep clone.