ISOCouplingType
ISOCouplingType
ISOCouplingType class
R6Class
object.
Object of R6Class
for modelling an ISOCouplingType
#possible values values <- ISOCouplingType$values(labels = TRUE) #couplingType couplingType <- ISOCouplingType$new(value = "loose")
ISO 19139 https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_CouplingType
ISO 19115-3 https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_CouplingType
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOCodeListValue
-> ISOCouplingType
new()
Initializes object
ISOCouplingType$new(xml = NULL, value, description = NULL)
xml
: object of class XMLInternalNode-class
value
: value
description
: description
clone()
The objects of this class are cloneable with this method.
ISOCouplingType$clone(deep = FALSE)
deep
: Whether to make a deep clone.