ISORoleType
ISORoleType
ISORoleType class
R6Class
object.
Object of R6Class
for modelling an ISO RoleType
#possible values values <- ISORoleType$values(labels = TRUE) #some charset ordinaryType <- ISORoleType$new(value = "ordinary")
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOCodeListValue
-> ISORoleType
new()
Initializes object
ISORoleType$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.
ISORoleType$clone(deep = FALSE)
deep
: Whether to make a deep clone.