SWEAbstractSWEIdentifiable

SWEAbstractSWEIdentifiable

Format

R6Class object.

Value

Object of R6Class for modelling an SWE abstract identifiable

References

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

identifier

identifier

label

label

description

description

Methods

Inherited methods


Method new()

Initializes a SWE Nil Values object

Usage

SWEAbstractSWEIdentifiable$new(
  xml,
  element = element,
  attrs = list(),
  defaults = list(),
  wrap = TRUE,
  value_as_field = TRUE
)

Arguments

xml

object of class XMLInternalNode-class from XML

element

element

attrs

attrs

defaults

defaults

wrap

wrap

value_as_field

value as field?


Method setIdentifier()

Set identifier

Usage

SWEAbstractSWEIdentifiable$setIdentifier(identifier)

Arguments

identifier

identifier


Method setLabel()

Set label

Usage

SWEAbstractSWEIdentifiable$setLabel(label)

Arguments

label

label


Method setDescription()

Set description

Usage

SWEAbstractSWEIdentifiable$setDescription(description)

Arguments

description

description


Method clone()

The objects of this class are cloneable with this method.

Usage

SWEAbstractSWEIdentifiable$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.