ISODefinitionReference
ISODefinitionReference
ISODefinitionReference class
R6Class
object.
Object of R6Class
for modelling an ISODefinitionReference
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISODefinitionReference
sourceIdentifier
: sourceIdentifier [0..1]: character
definitionSource
: definitionSource: ISODefinitionSource
new()
Initializes object
ISODefinitionReference$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setSourceIdentifier()
Set source identifier
ISODefinitionReference$setSourceIdentifier(identifier)
identifier
: identifier
setDefinitionSource()
Set definition source
ISODefinitionReference$setDefinitionSource(source)
source
: object of class ISODefinitionSource or ISOCitation
clone()
The objects of this class are cloneable with this method.
ISODefinitionReference$clone(deep = FALSE)
deep
: Whether to make a deep clone.