ArcGIS Runtime SDK for iOS: AGSLocalFeatureEdit Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLocalFeatureEdit Class Reference

Description

An object that represents a pending feature edit specifying its edit operation and most recent edit time.

Since
100.12
Inheritance diagram for AGSLocalFeatureEdit:
AGSObject

Properties

NSDate * editDate
 
AGSFeaturefeature
 
AGSEditOperation operation
 

Property Documentation

◆ editDate

- (NSDate*) editDate
readnonatomicstrong

The date when the most recent edit occurred.

Since
100.12

◆ feature

- (AGSFeature*) feature
readnonatomicstrong

The edited feature.

Since
100.12

◆ operation

- (AGSEditOperation) operation
readnonatomicassign

The type of the feature edit.

For a newly added feature, this will be AGSEditOperationAdd, even if the feature has been updated since being added.

Since
100.12