Learn R Programming

geometa (version 0.8-0)

ISOBinary: ISOBinary

Description

ISOBinary

ISOBinary

Arguments

Value

Object of R6Class for modelling an ISO UnlimitedInteger

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOBinary

Public fields

value

value

attrs

attrs

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOBinary$new(xml = NULL, value)

Arguments

xml

object of class XMLInternalNode-class

value

value


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOBinary$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

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