ISOIdentifier: ISOIdentifier

ISOIdentifierR Documentation

ISOIdentifier

Description

ISOIdentifier

ISOIdentifier

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Identifier

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOIdentifier

Public fields

authority

authority [0..1]: ISOCitation

code

code[1..1]: character

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOIdentifier$new(xml = NULL, code = NULL)
Arguments
xml

object of class XMLInternalNode-class

code

code


Method setAuthority()

Set authority

Usage
ISOIdentifier$setAuthority(authority)
Arguments
authority

object of class ISOCitation


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOIdentifier$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Abstract ISO class

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata


eblondel/geometa documentation built on May 3, 2024, 7:55 p.m.