SWEText

SWEText

Format

R6Class object.

Value

Object of R6Class for modelling an SWE Text

References

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

constraint

constraint

value

value

Methods

Inherited methods


Method new()

Initializes an object of class SWEText

Usage

SWEText$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

SWEText$setConstraint(constraint)

Arguments

constraint

constraint


Method setValue()

setValue

Usage

SWEText$setValue(value)

Arguments

value

value


Method clone()

The objects of this class are cloneable with this method.

Usage

SWEText$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.