ISOCodeListDictionary

ISOCodeListDictionary

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Metadata codelist dictionary

Note

Abstract ISO codelist class used internally by geometa

References

ISO/TS 19139:2007 Geographic information – XML

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOCodeListDictionary

Public fields

identifier

identifier

description

description

codeEntry

code entries

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOCodeListDictionary$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method toISOCodelist()

Converts to ISOCodelist

Usage

ISOCodeListDictionary$toISOCodelist()

Returns

an object of class ISOCodelist


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCodeListDictionary$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.