ISOBinding

ISOBinding

Format

R6Class object.

Value

Object of R6Class for modelling an ISOBinding

References

ISO 19110:2005 Methodology for Feature cataloguing

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

description

description [0..1]: character

globalProperty

globalProperty [1..1]: ISOPropertyType

Methods

Inherited methods


Method setDescription()

Set description

Usage

ISOBinding$setDescription(description, locales = NULL)

Arguments

description

description

locales

list of localized descriptions


Method setPropertyType()

Set property type.

Usage

ISOBinding$setPropertyType(propertyType)

Arguments

propertyType

property type, object of class ISOPropertyType


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOBinding$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.