Learn R Programming

geometa (version 0.7)

ISOBinary: ISOBinary

Description

ISOBinary

Arguments

Value

Object of R6Class for modelling an ISO UnlimitedInteger

Format

R6Class object.

Fields

value

[character] binary

Methods

new(xml,value)

This method is used to instantiate an ISOBinary

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO/TS 19103:2005 Geographic information -- Conceptual schema language

Examples

Run this code
  bin <- ISOBinary$new(value = "http://someuri")
 

Run the code above in your browser using DataLab