Learn R Programming

geometa (version 0.7)

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO/TS 19139:2007 Geographic information -- XML

Examples

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

Run the code above in your browser using DataLab