Add features to a feature layer.
An end-user performing a survey may want to add features to the map during the course of their work.
Tap on a location on the map to add a feature at that location.
A Feature
instance is added to a ServiceFeatureTable
which then pushes that new feature to the server.
- Create a
ServiceFeatureTable
from a URL. - Create a
FeatureLayer
derived from theServiceFeatureTable
instance. - Create a
Feature
with attributes and a location using theServiceFeatureTable
. - Add the
Feature
to theServiceFeatureTable
. - Apply edits to the
ServiceFeatureTable
which will upload the new feature to the online service.
- Feature
- FeatureEditResult
- FeatureLayer
- ServiceFeatureTable
edit, feature, online service