powered by
ISOTypeName
Object of R6Class for modelling an ISOTypeName
R6Class
R6Class object.
aName
[character] the type name
character
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.
list
locales
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO/TS 19103:2005 Geographic information -- Conceptual schema language
typeName <- ISOTypeName$new(aName = "name") xml <- typeName$encode()
Run the code above in your browser using DataLab