Learn R Programming

geometa (version 0.6-3)

ISOAnchor: ISOAnchor

Description

ISOAnchor

Arguments

Value

Object of R6Class for modelling an ISO Anchor

Format

R6Class object.

Methods

new(xml, name, ...)

This method is used to instantiate an ISOAnchor

References

ISO/TS 19139:2007 Geographic information -- XML

Examples

Run this code
# NOT RUN {
  md <- ISOAnchor$new(name = "some entity name", href = "someentityuri")
  xml <- md$encode()

# }

Run the code above in your browser using DataLab