ISOMemberName
ISOMemberName
ISOMemberName class
R6Class
object.
Object of R6Class
for modelling an ISOMemberName
ISO 19139 https://schemas.isotc211.org/19139/-/gco/1.0/gco/#element_MemberName
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gco/1.0/gco/#element_MemberName
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOMemberName
aName
: name
attributeType
: attribute type
new()
Initializes object
ISOMemberName$new(xml = NULL, aName = NULL, attributeType = NULL)
xml
: object of class XMLInternalNode-class
aName
: a name
attributeType
: attribute type
setName()
Set name
ISOMemberName$setName(aName, locales = NULL)
aName
: name
locales
: list of localized texts. Default is NULL
setAttributeType()
Set attribute type
ISOMemberName$setAttributeType(attributeType, locales = NULL)
attributeType
: attribute type
locales
: list of localized texts. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOMemberName$clone(deep = FALSE)
deep
: Whether to make a deep clone.