powered by
ISOReferenceSystem
Object of R6Class for modelling an ISO ReferenceSystem
R6Class
R6Class object.
referenceSystemIdentifier
[ISOReferenceIdentifier] the reference system identifier
ISOReferenceIdentifier
new(xml, value)
This method is used to instantiate an ISOReferenceSystem
setReferenceSystemIdentifier(code, codeSpace)
Sets the reference system identifier
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
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