Learn R Programming

geometa (version 0.6-2)

ISOInheritanceRelation: ISOInheritanceRelation

Description

ISOInheritanceRelation

Usage

ISOInheritanceRelation

Arguments

Value

Object of R6Class for modelling an ISOInheritanceRelation

Format

R6Class object.

Fields

name

[character] name

description

[character] description

uniqueInstance

[logical]

subtype

[ISOFeatureType] subtype

supertype

[ISOFeatureType] supertype

Methods

new(xml, defaults)

This method is used to instantiate an ISOInheritanceRelation

setName(name, locales)

Set name of inheritance relation. Locale names can be specified as list with the locales argument.

setDescription(description, locales)

Set description of inheritance relation. Locale names can be specified as list with the locales argument.

setUniqueInstance(uniqueInstance)

Set TRUE if it's a unique instance, FALSE otherwise

setSubtype(featureType)

Set subtype, object of class ISOFeatureType

setSupertype(featureType)

Set supertype, object of class ISOFeatureType

References

ISO 19110:2005 Methodology for Feature cataloguing