SWECount
SWECount
SWECount class
R6Class
object.
Object of R6Class
for modelling an SWE Count
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
-> SWECount
constraint
: constraint
value
: value
new()
Initializes an object of class SWECount
SWECount$new(
xml = NULL,
constraint = NULL,
value = NULL,
updatable = NULL,
optional = FALSE,
definition = NULL
)
xml
: object of class XMLInternalNode-class from XML
constraint
: constraint
value
: value
updatable
: updatable
optional
: optional
definition
: definition
setConstraint()
setConstraint
SWECount$setConstraint(constraint)
constraint
: constraint
setValue()
setValue
SWECount$setValue(value)
value
: value
clone()
The objects of this class are cloneable with this method.
SWECount$clone(deep = FALSE)
deep
: Whether to make a deep clone.