ISOReferenceSystem: ISOReferenceSystem

ISOReferenceSystemR Documentation

ISOReferenceSystem

Description

ISOReferenceSystem

ISOReferenceSystem

Format

R6Class object.

Value

Object of R6Class for modelling an ISO ReferenceSystem

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOReferenceSystem

Public fields

referenceSystemIdentifier

referenceSystemIdentifier

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOReferenceSystem$new(xml = NULL, prefix, code)
Arguments
xml

object of class XMLInternalNode-class

prefix

prefix

code

code


Method setReferenceSystemIdentifier()

Set reference system identifier

Usage
ISOReferenceSystem$setReferenceSystemIdentifier(identifier)
Arguments
identifier

object of class ISOReferenceIdentifier


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOReferenceSystem$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata

Examples

  md <- ISOReferenceSystem$new()
  rsId <- ISOReferenceIdentifier$new(code = "4326", codeSpace = "EPSG")
  md$setReferenceSystemIdentifier(rsId)
  xml <- md$encode()
  

geometa documentation built on Oct. 29, 2022, 1:06 a.m.