powered by
ISOBrowseGraphic
Object of R6Class for modelling an ISO BrowseGraphic
R6Class
R6Class object.
fileName
fileDescription
fileType
new(xml, fileName, fileDescription, fileType)
This method is used to instantiate an ISOBrowseGraphic
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOBrowseGraphic$new( fileName = "http://wwww.somefile.org/png", fileDescription = "Map Overview", fileType = "image/png" ) xml <- md$encode() # }
Run the code above in your browser using DataLab