ISOListedValue function

ISOListedValue

ISOListedValue

ISOListedValue

ISOListedValue class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOListedValue

Examples

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

References

ISO 19110:2005 Methodology for Feature cataloguing

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOListedValue

Public fields

  • label: label: character

  • code: code [0..1]: character

  • definition: definition [0..1]: character

  • definitionReference: definitionReference [0..1]: ISODefinitionReference

Methods

Public methods

Method new()

Initializes object

Usage

ISOListedValue$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setLabel()

Set label

Usage

ISOListedValue$setLabel(label, locales = NULL)

Arguments

  • label: label

  • locales: list of localized texts. Default is NULL

Method setCode()

Set code

Usage

ISOListedValue$setCode(code, locales = NULL)

Arguments

  • code: code

  • locales: list of localized texts. Default is NULL

Method setDefinition()

Set definition

Usage

ISOListedValue$setDefinition(definition, locales = NULL)

Arguments

  • definition: definition

  • locales: list of localized texts. Default is NULL

Method setDefinitionReference()

Set definition reference

Usage

ISOListedValue$setDefinitionReference(definitionReference)

Arguments

  • definitionReference: object of class ISODefinitionReference

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOListedValue$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29