powered by
ISOListedValue
Object of R6Class for modelling an ISOListedValue
R6Class
R6Class object.
code
new(xml)
This method is used to instantiate an ISOListedValue
setLabel(label)
Sets the label
setCode(code)
Sets the code
setDefinition(definition)
Sets the definition
setDefinitionReference(definitionReference)
Sets the definition reference
ISO 19110:2005 Methodology for Feature cataloguing
# NOT RUN { val <- ISOListedValue$new() val$setCode("code1") val$setLabel("label1") val$setDefinition("definition1") xml <- val$encode() # }
Run the code above in your browser using DataLab