ISOElementSequence

ISOElementSequence

Format

R6Class object.

Value

Object of R6Class for modelling an ISOElementSequence

Note

This class is used internally by geometa to deal with simple type not handled by proper class element. e.g. name property of ISOParameter class from ISO 19119:2005

References

ISO/TS 19103:2005 Geographic information – Conceptual schema language

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOElementSequence

Methods

Inherited methods


Method new()

Initializes sequence object

Usage

ISOElementSequence$new(xml = NULL, ...)

Arguments

xml

object of class XMLInternalNode-class

...

other args


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOElementSequence$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.