Learn R Programming

geometa (version 0.4-0)

ISOMultiplicityRange: ISOMultiplicityRange

Description

ISOMultiplicityRange

Usage

ISOMultiplicityRange

Arguments

Value

Object of R6Class for modelling an ISO MultiplicityRange

Format

R6Class object.

Fields

value

Methods

new(xml, lower, upper)

This method is used to instantiate an ISOMultiplicityRange

References

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

Examples

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

# }

Run the code above in your browser using DataLab