Learn R Programming

geometa (version 0.9.1)

ISOCharacterSet: ISOCharacterSet

Description

ISOCharacterSet

ISOCharacterSet

Arguments

Value

Object of R6Class for modelling an ISO CharacterSet

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOCodeListValue -> ISOCharacterSet

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOCharacterSet$new(xml = NULL, value, description = NULL)

Arguments

xml

object of class XMLInternalNode-class

value

value

description

description


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCharacterSet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

References

- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_CharacterSetCode

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/lan/1.0/lan/#element_MD_CharacterSetCode

Examples

Run this code
  #possible values
  values <- ISOCharacterSet$values(labels = TRUE)
  
  #some charset
  charset <- ISOCharacterSet$new(value = "utf8")

Run the code above in your browser using DataLab