ISOAbstractAggregate function

ISOAbstractAggregate

ISOAbstractAggregate

ISOAbstractAggregate

ISOAbstractAggregate class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOAbstractAggregate

Note

abstract class

References

ISO 19115:2003 - Geographic information -- Metadata

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAbstractAggregate

Public fields

  • composedOf: composedOf [1..*]

  • seriesMetadata: seriesMetadata [1..*]

  • subset: subset [0..*]

  • superset: superset [0..*]

Methods

Public methods

Method new()

Initializes object

Usage

ISOAbstractAggregate$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method addComposedOf()

Adds a dataset 'composedOf' relationship

Usage

ISOAbstractAggregate$addComposedOf(composedOf)

Arguments

  • composedOf: object of class ISODataSet

Returns

TRUE if added, FALSE otherwise

Method delComposedOf()

Deletes a dataset 'composedOf' relationship

Usage

ISOAbstractAggregate$delComposedOf(composedOf)

Arguments

  • composedOf: object of class ISODataSet

Returns

TRUE if deleted, FALSE otherwise

Method addSeriesMetadata()

Adds a series metadata

Usage

ISOAbstractAggregate$addSeriesMetadata(metadata)

Arguments

  • metadata: object of class ISOMetadata

Returns

TRUE if added, FALSE otherwise

Method delSeriesMetadata()

Deletes a series metadata

Usage

ISOAbstractAggregate$delSeriesMetadata(metadata)

Arguments

  • metadata: object of class ISOMetadata

Returns

TRUE if added, FALSE otherwise

Method addSubset()

Adds subset

Usage

ISOAbstractAggregate$addSubset(subset)

Arguments

  • subset: object of class inheriting ISOAbstractAggregate

Returns

TRUE if added, FALSE otherwise

Method delSubset()

Deletes subset

Usage

ISOAbstractAggregate$delSubset(subset)

Arguments

  • subset: object of class inheriting ISOAbstractAggregate

Returns

TRUE if deleted, FALSE otherwise

Method addSuperset()

Adds superset

Usage

ISOAbstractAggregate$addSuperset(superset)

Arguments

  • superset: object of class inheriting ISOAbstractAggregate

Returns

TRUE if added, FALSE otherwise

Method delSuperset()

Deletes superset

Usage

ISOAbstractAggregate$delSuperset(superset)

Arguments

  • superset: object of class inheriting ISOAbstractAggregate

Returns

TRUE if deleted, FALSE otherwise

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAbstractAggregate$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29