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