SWEAbstractSWE

SWEAbstractSWE

Format

R6Class object.

Value

Object of R6Class for modelling an SWE abstract SWE object

Note

Class used internally by geometa

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods

Inherited methods


Method new()

Initializes an object of class SWEAbstractSWE

Usage

SWEAbstractSWE$new(
  xml = NULL,
  element = NULL,
  attrs = list(),
  defaults = list(),
  wrap = TRUE,
  value_as_field = FALSE
)

Arguments

xml

object of class XMLInternalNode-class from XML

element

element

attrs

attrs

defaults

defaults

wrap

wrap

value_as_field

whether value should be set as field


Method clone()

The objects of this class are cloneable with this method.

Usage

SWEAbstractSWE$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.