ISOAbstractCarrierOfCharacteristics: ISOAbstractCarrierOfCharacteristics

ISOAbstractCarrierOfCharacteristicsR Documentation

ISOAbstractCarrierOfCharacteristics

Description

ISOAbstractCarrierOfCharacteristics

ISOAbstractCarrierOfCharacteristics

Format

R6Class object.

Value

Object of R6Class for modelling an abstract ISOCarrierOfCharacteristics

Super classes

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

Public fields

featureType

featureType [0..1]: ISOFeatureType

constrainedBy

constrainedBy [0..*]: ISOConstraint

Methods

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

Note

abstract class

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.