Learn R Programming

geometa (version 0.9.2)

ISOBrowseGraphic: ISOBrowseGraphic

Description

ISOBrowseGraphic

ISOBrowseGraphic

Arguments

Value

Object of R6Class for modelling an ISO BrowseGraphic

References

- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_BrowseGraphic

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_BrowseGraphic

Examples

Run this code
 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