ISOAbstractAggregate
ISOAbstractAggregate
ISOAbstractAggregate class
R6Class
object.
Object of R6Class
for modelling an ISOAbstractAggregate
abstract class
ISO 19115:2003 - Geographic information -- Metadata
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOAbstractAggregate
composedOf
: composedOf [1..*]
seriesMetadata
: seriesMetadata [1..*]
subset
: subset [0..*]
superset
: superset [0..*]
new()
Initializes object
ISOAbstractAggregate$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addComposedOf()
Adds a dataset 'composedOf' relationship
ISOAbstractAggregate$addComposedOf(composedOf)
composedOf
: object of class ISODataSet
TRUE
if added, FALSE
otherwise
delComposedOf()
Deletes a dataset 'composedOf' relationship
ISOAbstractAggregate$delComposedOf(composedOf)
composedOf
: object of class ISODataSet
TRUE
if deleted, FALSE
otherwise
addSeriesMetadata()
Adds a series metadata
ISOAbstractAggregate$addSeriesMetadata(metadata)
metadata
: object of class ISOMetadata
TRUE
if added, FALSE
otherwise
delSeriesMetadata()
Deletes a series metadata
ISOAbstractAggregate$delSeriesMetadata(metadata)
metadata
: object of class ISOMetadata
TRUE
if added, FALSE
otherwise
addSubset()
Adds subset
ISOAbstractAggregate$addSubset(subset)
subset
: object of class inheriting ISOAbstractAggregate
TRUE
if added, FALSE
otherwise
delSubset()
Deletes subset
ISOAbstractAggregate$delSubset(subset)
subset
: object of class inheriting ISOAbstractAggregate
TRUE
if deleted, FALSE
otherwise
addSuperset()
Adds superset
ISOAbstractAggregate$addSuperset(superset)
superset
: object of class inheriting ISOAbstractAggregate
TRUE
if added, FALSE
otherwise
delSuperset()
Deletes superset
ISOAbstractAggregate$delSuperset(superset)
superset
: object of class inheriting ISOAbstractAggregate
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOAbstractAggregate$clone(deep = FALSE)
deep
: Whether to make a deep clone.