Learn R Programming

geometa (version 0.6-2)

ISOFileName: ISOFileName

Description

ISOFileName

Usage

ISOFileName

Arguments

Value

Object of R6Class for modelling an ISO FileName

Format

R6Class object.

Methods

new(xml, file, name)

This method is used to instantiate an ISOFileName

References

ISO/TS 19139:2007 Geographic information -- XML

Examples

Run this code
# NOT RUN {
  md <- ISOFileName$new(file = "someuri", name = "filename")
  xml <- md$encode()

# }

Run the code above in your browser using DataLab