ISOFreeText
ISOFreeText
ISOFreeText class
R6Class
object.
Object of R6Class
for modelling an ISO FreeText
ft <- ISOFreeText$new()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_PT_FreeText
ISO 19115-3 https://schemas.isotc211.org/19115/-3/lan/1.0/lan/#element_PT_FreeText
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOFreeText
textGroup
: textGroup [1..*]: ISOLocalisedCharacterString
new()
Initializes object
ISOFreeText$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addTextGroup()
Adds text group
ISOFreeText$addTextGroup(textGroup)
textGroup
: text group, object of class ISOLocalisedCharacterString
TRUE
if added, FALSE
otherwise
delTextGroup()
Deletes text group
ISOFreeText$delTextGroup(textGroup)
textGroup
: text group, object of class ISOLocalisedCharacterString
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOFreeText$clone(deep = FALSE)
deep
: Whether to make a deep clone.