ISOAbstractCarrierOfCharacteristics

ISOAbstractCarrierOfCharacteristics

Format

R6Class object.

Value

Object of R6Class for modelling an abstract ISOCarrierOfCharacteristics

Note

abstract class

References

ISO 19110:2005 Methodology for Feature cataloguing

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAbstractCarrierOfCharacteristics

Public fields

featureType

featureType [0..1]: ISOFeatureType

constrainedBy

constrainedBy [0..*]: ISOConstraint

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOAbstractCarrierOfCharacteristics$new(xml = NULL, defaults = NULL)

Arguments

xml

object of class XMLInternalNode-class

defaults

default values


Method setFeatureType()

Set feature type

Usage

ISOAbstractCarrierOfCharacteristics$setFeatureType(featureType)

Arguments

featureType

feature type, object of class ISOFeatureType


Method addConstraint()

Adds constraint

Usage

ISOAbstractCarrierOfCharacteristics$addConstraint(constraint)

Arguments

constraint,

object of class ISOConstraint

Returns

TRUE if added, FALSE otherwise


Method delConstraint()

Deletes constraint

Usage

ISOAbstractCarrierOfCharacteristics$delConstraint(constraint)

Arguments

constraint,

object of class ISOConstraint

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAbstractCarrierOfCharacteristics$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.