powered by
ISOBrowseGraphic
Object of R6Class for modelling an ISO BrowseGraphic
R6Class
R6Class object.
fileName
[character] file name
character
fileDescription
[character] file description
fileType
[character] file type
new(xml, fileName, fileDescription, fileType)
This method is used to instantiate an ISOBrowseGraphic
setFileName(fileName, locales)
Set file name. Locale names can be specified as list with the locales argument.
list
locales
setFileDescription(fileDescription, locales)
Set file description. Locale names can be specified as list with the locales argument.
setFileType(fileType, locales)
Set file type. Locale names can be specified as list with the locales argument.
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