ISOLocalisedCharacterString

ISOLocalisedCharacterString

Format

R6Class object.

Value

Object of R6Class for modelling an ISO LocalisedCharacterString

References

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOBaseCharacterString -> ISOLocalisedCharacterString

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOLocalisedCharacterString$new(xml = NULL, locale = NULL, value)

Arguments

xml

object of class XMLInternalNode-class

locale

locale

value

value


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOLocalisedCharacterString$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  str <- ISOLocalisedCharacterString$new(locale = "FR", value = "ma description")
  str$encode()
#> [geometa][INFO] Object 'ISOLocalisedCharacterString' is VALID according to ISO 19139 XML schemas! 
#> <gmd:LocalisedCharacterString xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" locale="#FR">ma description</gmd:LocalisedCharacterString>