Learn R Programming

geometa (version 0.7)

ISOMultiplicityRange: ISOMultiplicityRange

Description

ISOMultiplicityRange

Arguments

Value

Object of R6Class for modelling an ISO MultiplicityRange

Format

R6Class object.

Fields

lower

[integer] lower value

upper

[integer] upper value

Methods

new(xml, lower, upper)

This method is used to instantiate an ISOMultiplicityRange

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

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

Examples

Run this code
  md <- ISOMultiplicityRange$new(lower = 1, upper = Inf)
  xml <- md$encode()

Run the code above in your browser using DataLab