powered by
ISOListedValue
Object of R6Class for modelling an ISOListedValue
R6Class
R6Class object.
label
[character] label
character
code
[character] code
definition
[character] definition
definitionReference
[ISODefinitionReference] definition reference
ISODefinitionReference
new(xml)
This method is used to instantiate an ISOListedValue
setLabel(label, locales)
Sets the label. Locale names can be specified as list with the locales argument.
list
locales
setCode(code, locales)
Sets the code. Locale names can be specified as list with the locales argument.
setDefinition(definition, locales)
Sets the definition. Locale names can be specified as list with the locales argument.
setDefinitionReference(definitionReference)
Sets the definition reference, object of class ISODefinitionReference
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19110:2005 Methodology for Feature cataloguing
val <- ISOListedValue$new() val$setCode("code1") val$setLabel("label1") val$setDefinition("definition1") xml <- val$encode()
Run the code above in your browser using DataLab