SWEAbstractSimpleComponent: SWEAbstractSimpleComponent

SWEAbstractSimpleComponentR Documentation

SWEAbstractSimpleComponent

Description

SWEAbstractSimpleComponent

SWEAbstractSimpleComponent

Format

R6Class object.

Value

Object of R6Class for modelling an SWE Abstract simple component

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::SWEAbstractObject -> geometa::SWEAbstractSWE -> geometa::SWEAbstractSWEIdentifiable -> geometa::SWEAbstractDataComponent -> SWEAbstractSimpleComponent

Public fields

nilValues

nil values

Methods

Public methods

Inherited methods

Method new()

Initializes an object of class SWEAbstractSimpleComponent

Usage
SWEAbstractSimpleComponent$new(
  xml = NULL,
  element = NULL,
  updatable = NULL,
  optional = FALSE,
  definition = NULL
)
Arguments
xml

object of class XMLInternalNode-class from XML

element

element

updatable

updatable

optional

optional

definition

definition


Method setNilValues()

Set nil value and its reason (optional)

Usage
SWEAbstractSimpleComponent$setNilValues(nilValue)
Arguments
nilValue

value to set as nil Value. object of class numeric


Method clone()

The objects of this class are cloneable with this method.

Usage
SWEAbstractSimpleComponent$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

SWE Common Data Model Encoding Standard. https://www.ogc.org/standards/swecommon


eblondel/geometa documentation built on May 3, 2024, 7:55 p.m.