ISOInheritanceRelation: ISOInheritanceRelation

ISOInheritanceRelationR Documentation

ISOInheritanceRelation

Description

ISOInheritanceRelation

ISOInheritanceRelation

Format

R6Class object.

Value

Object of R6Class for modelling an ISOInheritanceRelation

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

Inherited 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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19110:2005 Methodology for Feature cataloguing


geometa documentation built on Oct. 29, 2022, 1:06 a.m.