ISOMetaIdentifier: ISOMetaIdentifier

ISOMetaIdentifierR Documentation

ISOMetaIdentifier

Description

ISOMetaIdentifier

ISOMetaIdentifier

Format

R6Class object.

Value

Object of R6Class for modelling an ISO MetaIdentifier

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOMetaIdentifier

Public fields

authority

authority [0..1]: ISOCitation

code

code [1..1]: character

codeSpace

codeSpace [0..1]: character (ISO 19115-3)

version

version [0..1]: character (ISO 19115-3)

description

description [0..1]: character (ISO 19115-3)

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOMetaIdentifier$new(xml = NULL, code = NULL, codeSpace = NULL)
Arguments
xml

object of class XMLInternalNode-class

code

code

codeSpace

code space


Method setAuthority()

Set authority

Usage
ISOMetaIdentifier$setAuthority(authority)
Arguments
authority

object of class ISOCitation


Method setCode()

Set code

Usage
ISOMetaIdentifier$setCode(code)
Arguments
code

code


Method setCodeSpace()

Set codeSpace

Usage
ISOMetaIdentifier$setCodeSpace(codeSpace)
Arguments
codeSpace

codeSpace


Method setVersion()

Set version

Usage
ISOMetaIdentifier$setVersion(version)
Arguments
version

version


Method setDescription()

Set description

Usage
ISOMetaIdentifier$setDescription(description)
Arguments
description

description


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOMetaIdentifier$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

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

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_Identifier

Examples

  md <- ISOMetaIdentifier$new(code = "identifier")
  xml <- md$encode()
  

eblondel/geometa documentation built on Jan. 31, 2025, 12:54 p.m.