Learn R Programming

geometa (version 0.4-0)

ISOListedValue: ISOListedValue

Description

ISOListedValue

Usage

ISOListedValue

Arguments

Value

Object of R6Class for modelling an ISOListedValue

Format

R6Class object.

Fields

code

Methods

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

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

Run this code
# 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