SWECategoryRange: SWECategoryRange

SWECategoryRangeR Documentation

SWECategoryRange

Description

SWECategoryRange

SWECategoryRange

Format

R6Class object.

Value

Object of R6Class for modelling an SWE CategoryRange

Super classes

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

Public fields

codeSpace

codeSpace

constraint

constraint

value

value

Methods

Public methods

Inherited methods

Method new()

Initializes an object of class SWECategoryRange

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

object of class XMLInternalNode-class from XML

codeSpace

codeSpace

constraint

constraint

value

value

updatable

updatable

optional

optional

definition

definition


Method setCodeSpace()

setCodeSpace

Usage
SWECategoryRange$setCodeSpace(codeSpace)
Arguments
codeSpace

codeSpace


Method setConstraint()

setConstraint

Usage
SWECategoryRange$setConstraint(constraint)
Arguments
constraint

constraint


Method setValue()

setValue

Usage
SWECategoryRange$setValue(value)
Arguments
value

value


Method clone()

The objects of this class are cloneable with this method.

Usage
SWECategoryRange$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 April 18, 2024, 1:46 p.m.