ServiceCurveGeometryMode enum

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 ArcGIS REST API documentation.

Inheritance

Constructors

ServiceCurveGeometryMode()
const

Values

densifyCurves → const ServiceCurveGeometryMode

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

trueCurveClient → const ServiceCurveGeometryMode

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

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<ServiceCurveGeometryMode>
A constant List of the values in this enum, in order of their declaration.