Learn R Programming

geometa (version 0.7)

ISOListedValue: ISOListedValue

Description

ISOListedValue

Arguments

Value

Object of R6Class for modelling an ISOListedValue

Format

R6Class object.

Fields

label

[character] label

code

[character] code

definition

[character] definition

definitionReference

[ISODefinitionReference] definition reference

Methods

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.

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

Run this code
  val <- ISOListedValue$new()
  val$setCode("code1")
  val$setLabel("label1")
  val$setDefinition("definition1")
  xml <- val$encode()
 

Run the code above in your browser using DataLab