ISOAbstractPropertyType

ISOAbstractPropertyType

Format

R6Class object.

Value

Object of R6Class for modelling an ISOAbstractPropertyType

References

ISO 19110:2005 Methodology for Feature cataloguing

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

memberName

typeName [1..1]: ISOLocalName

definition

definition [0..1]: character

cardinality

cardinality [1..1]: ISOMultiplicity

definitionReference

definitionReference [0..1]

featureCatalogue

featureCatalogue [0..1]

Methods

Inherited methods


Method new()

Initializes object

Usage

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

Arguments

xml

object of class XMLInternalNode-class

defaults

default values


Method setMemberName()

Set member name

Usage

ISOAbstractPropertyType$setMemberName(memberName)

Arguments

memberName

member name object of class character or ISOLocalName


Method setDefinition()

Set definition

Usage

ISOAbstractPropertyType$setDefinition(definition, locales = NULL)

Arguments

definition

definition

locales

locale definitions, as list


Method setCardinality()

Set cardinality

Usage

ISOAbstractPropertyType$setCardinality(lower, upper)

Arguments

lower

lower

upper

upper


Method setDefinitionReference()

Set definition reference

Usage

ISOAbstractPropertyType$setDefinitionReference(definitionReference)

Arguments

definitionReference

object of class ISODefinitionReference


Method setFeatureCatalogue()

Set feature catalogue

Usage

ISOAbstractPropertyType$setFeatureCatalogue(featureCatalogue)

Arguments

featureCatalogue

object of class ISOFeatureCatalogue


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAbstractPropertyType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.