ISOInheritanceRelation function

ISOInheritanceRelation

ISOInheritanceRelation

ISOInheritanceRelation

ISOInheritanceRelation class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOInheritanceRelation

References

ISO 19110:2005 Methodology for Feature cataloguing

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOInheritanceRelation

Public fields

  • name: name [0..1]: character

  • description: description [0..1]: character

  • uniqueInstance: uniqueInstance: logical

  • subtype: subtype [1..1]: ISOFeatureType

  • supertype: supertype [1..1]: ISOFeatureType

Methods

Public methods

Method setName()

Set name

Usage

ISOInheritanceRelation$setName(name, locales = NULL)

Arguments

  • name: name

  • locales: list of localized texts. Default is NULL

Method setDescription()

Set description

Usage

ISOInheritanceRelation$setDescription(description, locales = NULL)

Arguments

  • description: description

  • locales: list of localized texts. Default is NULL

Method setUniqueInstance()

Set unique instance

Usage

ISOInheritanceRelation$setUniqueInstance(uniqueInstance)

Arguments

  • uniqueInstance: object of class logical

Method setSubtype()

Set sub feature type

Usage

ISOInheritanceRelation$setSubtype(featureType)

Arguments

  • featureType: object of class ISOFeatureType

Method setSupertype()

Set super feature type

Usage

ISOInheritanceRelation$setSupertype(featureType)

Arguments

  • featureType: object of class ISOFeatureType

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOInheritanceRelation$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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