ISOReferenceSystem
ISOReferenceSystem
Object of R6Class
for modelling an ISO ReferenceSystem
R6Class
object.
referenceSystemIdentifier
[ISOReferenceIdentifier
] the reference system identifier
new(xml, value)
This method is used to instantiate an ISOReferenceSystem
setReferenceSystemIdentifier(code, codeSpace)
Sets the reference system identifier
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN {
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