Learn R Programming

geometa (version 0.6-2)

ISOMimeFileType: ISOMimeFileType

Description

ISOMimeFileType

Usage

ISOMimeFileType

Arguments

Value

Object of R6Class for modelling an ISO MimeFileType

Format

R6Class object.

Methods

new(xml, type, name)

This method is used to instantiate an ISOMimeFileType

References

ISO/TS 19139:2007 Geographic information -- XML

Examples

Run this code
# NOT RUN {
  md <- ISOMimeFileType$new(type = "somemimetype", name = "Mime type name")
  xml <- md$encode()

# }

Run the code above in your browser using DataLab