GeoprocessingFeatureSet class final
Geoprocessing feature set is a read-only set of features that are returned from GeoprocessingFeatures.features.
- Implemented types
Properties
-
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
-
Indicates if retrieving output features resulted in exceeding the transfer
limit.
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