FeatureTableEditResult class final

The result of an attempt to apply feature edits to a specific layer in a feature service.

You can attempt to apply feature edits to a feature service by calling ServiceGeodatabase.applyEdits. When complete, a collection of FeatureTableEditResult objects is returned. There is one FeatureTableEditResult for each edited ServiceFeatureTable in the ServiceGeodatabase. To investigate whether any feature edits failed to be applied to the feature service, examine the array of feature edits returned by FeatureTableEditResult.editResults.

Implemented types

Properties

editResults List<FeatureEditResult>
The collection of feature edit results for the layer.
no setter
featureTable FeatureTable
The feature table that was edited.
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

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