Learn R Programming

geometa (version 0.7)

ISOFileName: ISOFileName

Description

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO/TS 19139:2007 Geographic information -- XML

Examples

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

Run the code above in your browser using DataLab