ISOIdentifier

ISOIdentifier

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Identifier

Note

Abstract ISO class

References

ISO 19115:2003 - Geographic information – Metadata

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

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

Public fields

authority

authority [0..1]: ISOCitation

code

code[1..1]: character

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.