ISOFeatureAssociation
ISOFeatureAssociation
ISOFeatureAssociation class
R6Class
object.
Object of R6Class
for modelling an ISOFeatureAssociation
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOFeatureType
-> ISOFeatureAssociation
roleName
: roleName [2..*]: ISOAssociationRole
new()
Initializes object
ISOFeatureAssociation$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addRoleName()
Adds role name
ISOFeatureAssociation$addRoleName(associationRole)
associationRole
: object of class ISOAssociationRole
TRUE
if added, FALSE
otherwise
delRoleName()
Deletes role name
ISOFeatureAssociation$delRoleName(associationRole)
associationRole
: object of class ISOAssociationRole
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOFeatureAssociation$clone(deep = FALSE)
deep
: Whether to make a deep clone.