SWEAbstractSimpleComponent
SWEAbstractSimpleComponent
SWEAbstractSimpleComponent class
R6Class
object.
Object of R6Class
for modelling an SWE Abstract simple component
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
-> SWEAbstractSimpleComponent
nilValues
: nil values
new()
Initializes an object of class SWEAbstractSimpleComponent
SWEAbstractSimpleComponent$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
setNilValues()
Set nil value and its reason (optional)
SWEAbstractSimpleComponent$setNilValues(nilValue)
nilValue
: value to set as nil Value. object of class numeric
clone()
The objects of this class are cloneable with this method.
SWEAbstractSimpleComponent$clone(deep = FALSE)
deep
: Whether to make a deep clone.