Learn R Programming

geometa (version 0.7)

ISOReferenceSystem: ISOReferenceSystem

Description

ISOReferenceSystem

Arguments

Value

Object of R6Class for modelling an ISO ReferenceSystem

Format

R6Class object.

Fields

referenceSystemIdentifier

[ISOReferenceIdentifier] the reference system identifier

Methods

new(xml, value)

This method is used to instantiate an ISOReferenceSystem

setReferenceSystemIdentifier(code, codeSpace)

Sets the reference system identifier

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

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

Run the code above in your browser using DataLab