SWECount function

SWECount

SWECount

SWECount

SWECount class

Format

R6Class object.

Returns

Object of R6Class for modelling an SWE Count

References

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

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

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

Public fields

  • constraint: constraint

  • value: value

Methods

Public methods

Method new()

Initializes an object of class SWECount

Usage

SWECount$new(
  xml = NULL,
  constraint = NULL,
  value = NULL,
  updatable = NULL,
  optional = FALSE,
  definition = NULL
)

Arguments

  • xml: object of class XMLInternalNode-class from XML

  • constraint: constraint

  • value: value

  • updatable: updatable

  • optional: optional

  • definition: definition

Method setConstraint()

setConstraint

Usage

SWECount$setConstraint(constraint)

Arguments

  • constraint: constraint

Method setValue()

setValue

Usage

SWECount$setValue(value)

Arguments

  • value: value

Method clone()

The objects of this class are cloneable with this method.

Usage

SWECount$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29