Learn R Programming

geometa (version 0.4-0)

ISOBrowseGraphic: ISOBrowseGraphic

Description

ISOBrowseGraphic

Usage

ISOBrowseGraphic

Arguments

Value

Object of R6Class for modelling an ISO BrowseGraphic

Format

R6Class object.

Fields

fileType

Methods

new(xml, fileName, fileDescription, fileType)

This method is used to instantiate an ISOBrowseGraphic

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

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