FeatureSet class abstract interface

An interface for feature sets.

This interface encapsulates some common read-only operations that could be applied to various sets of features.

Implementers

Properties

fields → List<Field>
The fields of the feature set.
no setter
geometryType → GeometryType
The geometry type stored in this feature set.
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spatialReference → SpatialReference?
The spatial reference of the feature set.
no setter

Methods

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