ISOConstraint
ISOConstraint
ISOConstraint class
R6Class
object.
Object of R6Class
for modelling an ISOConstraint
md <- ISOConstraint$new(description = "description") xml <- md$encode()
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOConstraint
description
: description: character
new()
Initializes object
ISOConstraint$new(xml = NULL, description = NULL)
xml
: object of class XMLInternalNode-class
description
: description
setDescription()
Set description
ISOConstraint$setDescription(description, locales = NULL)
description
: description
locales
: a list of localized descriptions. Defaut is NULL
clone()
The objects of this class are cloneable with this method.
ISOConstraint$clone(deep = FALSE)
deep
: Whether to make a deep clone.