ISOTypeName
ISOTypeName
Object of R6Class
for modelling an ISOTypeName
R6Class
object.
aName
[character
] the type name
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.
ISO/TS 19103:2005 Geographic information -- Conceptual schema language
# NOT RUN {
typeName <- ISOTypeName$new(aName = "name")
xml <- typeName$encode()
# }
Run the code above in your browser using DataLab