addFeature

suspend fun addFeature(feature: Feature): Result<Unit>

Adds a feature to the table. Adding a feature that contains a Geometry causes the geometry to become simplified. This may change a single part geometry to a multipart geometry, or round off X, Y, Z, and M coordinate values that are above the resolution set by the SpatialReference.

Return

A Result that has no return value.

Since

200.1.0

Parameters

feature

the feature to add.

See also

FeatureServiceSessionType