Learn R Programming

geometa (version 0.7)

ISOLocalisedCharacterString: ISOLocalisedCharacterString

Description

ISOLocalisedCharacterString

Arguments

Value

Object of R6Class for modelling an ISO LocalisedCharacterString

Format

R6Class object.

Methods

new(xml, locale, value)

This method is used to instantiate an ISOLocalisedCharacterString

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO/TS 19103:2005 Geographic information -- Conceptual schema language

Examples

Run this code
  str <- ISOLocalisedCharacterString$new(locale = "FR", value = "ma description")
  str$encode()

Run the code above in your browser using DataLab