SWEDataRecord
SWEDataRecord
SWEDataRecord class
R6Class
object.
Object of R6Class
for modelling an SWE data record
Class used internally by geometa
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
-> SWEDataRecord
field
: field
new()
Initializes an object of class SWEDataRecord
SWEDataRecord$new(
xml = NULL,
element = NULL,
updatable = NULL,
optional = FALSE,
definition = NULL
)
xml
: object of class XMLInternalNode-class from XML
element
: element
updatable
: updatable
optional
: optional
definition
: definition
addField()
Adds field
SWEDataRecord$addField(field)
field
: field
delField()
Deletes field
SWEDataRecord$delField(field)
field
: field
clone()
The objects of this class are cloneable with this method.
SWEDataRecord$clone(deep = FALSE)
deep
: Whether to make a deep clone.