RelatedFeatureQueryResult class final

Contains the features that have been returned from a related tables query.

Instances of this class represents the result of related queries. A prerequisite for querying related features is that all the participating tables must be part of a map, as either feature layers or non-spatial tables. An array of instances are returned, one per related table containing features related to the queried feature. This class has methods that can be used to iterate over the collection of related features.

Implemented types

Properties

feature ArcGISFeature?
The feature for which related features were queried.
no setter
fields List<Field>
The fields of the feature set.
no setteroverride
geometryType GeometryType
The geometry type stored in this feature set.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isTransferLimitExceeded bool
True if the query resulted in a larger number of features than what the transfer limit supports.
no setter
relatedTable ArcGISFeatureTable?
The related table for this query result.
no setter
relationshipInfo RelationshipInfo?
Relationship info.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spatialReference SpatialReference?
The spatial reference of the feature set.
no setteroverride

Methods

features() Iterable<Feature>
Returns the feature iterator.
override
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