ISOMultiplicity
ISOMultiplicity
ISOMultiplicity class
R6Class
object.
Object of R6Class
for modelling an ISOMultiplicity
md <- ISOMultiplicity$new(lower = 1, upper = Inf) xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gco/1.0/gco/#element_Multiplicity
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gco/1.0/gco/#element_Multiplicity
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOMultiplicity
range
: range
new()
Initializes object
ISOMultiplicity$new(xml = NULL, lower, upper)
xml
: object of class XMLInternalNode-class
lower
: lower
upper
: upper
clone()
The objects of this class are cloneable with this method.
ISOMultiplicity$clone(deep = FALSE)
deep
: Whether to make a deep clone.