FeatureTemplateRelationship class final

Defines a relationship between the primary feature in a shared feature template and non-spatial related features.

One or more related features can be created with the same template. The related features created from this template have a pre-defined set of attributes as specified in the FeatureTemplateRelationship.featureTemplate.

Implemented types

Properties

featureTemplate SharedTemplate
The template used for creating the related feature.
no setter
hashCode int
The hash code for this object.
no setterinherited
numberOfRelatedFeatures int
The number of related features to create with this feature template.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited