Learn R Programming

geometa (version 0.7)

ISOTypeName: ISOTypeName

Description

ISOTypeName

Arguments

Value

Object of R6Class for modelling an ISOTypeName

Format

R6Class object.

Fields

aName

[character] the type name

Methods

new(xml, aName)

This method is used to instantiate an ISOTypeName

setName(aName, locales)

Sets the aName. Locale names can be specified as list with the locales argument.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

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

Examples

Run this code
  typeName <- ISOTypeName$new(aName = "name")
  xml <- typeName$encode()

Run the code above in your browser using DataLab