SWEQuantity: SWEQuantity

SWEQuantityR Documentation

SWEQuantity

Description

SWEQuantity

SWEQuantity

Format

R6Class object.

Value

Object of R6Class for modelling an SWE Quantity

Super classes

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

Public fields

uom

uom

constraint

constraint

value

value

Methods

Public methods

Inherited methods

Method new()

Initializes an object of class SWEQuantity

Usage
SWEQuantity$new(
  xml = NULL,
  uom = NULL,
  constraint = NULL,
  value = NULL,
  updatable = NULL,
  optional = FALSE,
  definition = NULL
)
Arguments
xml

object of class XMLInternalNode-class from XML

uom

uom

constraint

constraint

value

value

updatable

updatable

optional

optional

definition

definition


Method setUom()

setUom

Usage
SWEQuantity$setUom(uom)
Arguments
uom

uom


Method setConstraint()

setConstraint

Usage
SWEQuantity$setConstraint(constraint)
Arguments
constraint

constraint


Method setValue()

setValue

Usage
SWEQuantity$setValue(value)
Arguments
value

value


Method clone()

The objects of this class are cloneable with this method.

Usage
SWEQuantity$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.