SWEQuantity
SWEQuantity
SWEQuantity class
R6Class
object.
Object of R6Class
for modelling an SWE Quantity
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
-> SWEQuantity
uom
: uom
constraint
: constraint
value
: value
new()
Initializes an object of class SWEQuantity
SWEQuantity$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
SWEQuantity$setUom(uom)
uom
: uom
setConstraint()
setConstraint
SWEQuantity$setConstraint(constraint)
constraint
: constraint
setValue()
setValue
SWEQuantity$setValue(value)
value
: value
clone()
The objects of this class are cloneable with this method.
SWEQuantity$clone(deep = FALSE)
deep
: Whether to make a deep clone.