ISOInheritanceRelation
ISOInheritanceRelation
ISOInheritanceRelation class
R6Class
object.
Object of R6Class
for modelling an ISOInheritanceRelation
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOInheritanceRelation
name
: name [0..1]: character
description
: description [0..1]: character
uniqueInstance
: uniqueInstance: logical
subtype
: subtype [1..1]: ISOFeatureType
supertype
: supertype [1..1]: ISOFeatureType
setName()
Set name
ISOInheritanceRelation$setName(name, locales = NULL)
name
: name
locales
: list of localized texts. Default is NULL
setDescription()
Set description
ISOInheritanceRelation$setDescription(description, locales = NULL)
description
: description
locales
: list of localized texts. Default is NULL
setUniqueInstance()
Set unique instance
ISOInheritanceRelation$setUniqueInstance(uniqueInstance)
uniqueInstance
: object of class logical
setSubtype()
Set sub feature type
ISOInheritanceRelation$setSubtype(featureType)
featureType
: object of class ISOFeatureType
setSupertype()
Set super feature type
ISOInheritanceRelation$setSupertype(featureType)
featureType
: object of class ISOFeatureType
clone()
The objects of this class are cloneable with this method.
ISOInheritanceRelation$clone(deep = FALSE)
deep
: Whether to make a deep clone.