ISOTypeName

ISOTypeName

Format

R6Class object.

Value

Object of R6Class for modelling an ISOTypeName

References

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOTypeName

Public fields

aName

aName: character

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOTypeName$new(xml = NULL, aName = NULL)

Arguments

xml

object of class XMLInternalNode-class

aName

name


Method setName()

Set name

Usage

ISOTypeName$setName(aName, locales = NULL)

Arguments

aName

name

locales

list of localized names. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOTypeName$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  typeName <- ISOTypeName$new(aName = "name")
  xml <- typeName$encode()
#> [geometa][INFO] Object 'ISOTypeName' is VALID according to ISO 19139 XML schemas!