ServiceCurveGeometryMode

How curve geometries are fetched from and sent to services that support curves. By default, curve geometries are not fetched from services that support curves, meaning that densified versions of any curve geometries are fetched from the service. By default, this API is not a true curve-enabled client when sending updates to services that support curves. Use ArcGISEnvironment.serviceCurveGeometryMode to change this default behavior.

For details of curve support in services, see https://developers.arcgis.com/rest/services-reference/enterprise/get-started-with-the-services-directory.htm.

Since

200.1.0

See also

ArcGISFeatureServiceInfo.supportsTrueCurve
ArcGISFeatureServiceInfo.allowTrueCurvesUpdates
ArcGISFeatureServiceInfo.onlyAllowTrueCurveUpdatesByTrueCurveClients

Inheritors

Types

Link copied to clipboard

Densified versions of geometries with curves are fetched. This is the default.

Link copied to clipboard

Curve geometries are fetched, and this API acts as a true curve client when editing.