Learn R Programming

geometa (version 0.6-2)

ISOBinary: ISOBinary

Description

ISOBinary

Usage

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

References

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

Examples

Run this code
# NOT RUN {
  bin <- ISOBinary$new(value = "http://someuri")
 
# }

Run the code above in your browser using DataLab