Learn R Programming

geometa (version 0.6-2)

ISOMultiplicity: ISOMultiplicity

Description

ISOMultiplicity

Usage

ISOMultiplicity

Arguments

Value

Object of R6Class for modelling an ISOMultiplicity

Format

R6Class object.

Fields

range

[ISOMultiplicityRange] multiplicity range

Methods

new(xml, lower, upper)

This method is used to instantiate an ISOMultiplicity. The range is specified by two arguments lower and upper.

References

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

Examples

Run this code
# NOT RUN {
  md <- ISOMultiplicity$new(lower = 1, upper = Inf)
  xml <- md$encode()

# }

Run the code above in your browser using DataLab