ServiceCurveGeometryMode enum

How curve geometries are fetched from and sent to services that support curves.

By default, curve geometries are fetched from services that support curves. By default, this API is a true curve client when editing feature 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
Available extensions

Values

densifyCurves → const ServiceCurveGeometryMode

Densified versions of geometries with curves are fetched, and this API does not act as a true curve client when editing connected feature layers.

trueCurveClient → const ServiceCurveGeometryMode

Curve geometries are fetched, and this API acts as a true curve client when editing connected feature layers. Also curve geometries are fetched when generating mobile geodatabases and map packages on-demand, and Geodatabase.isTrueCurveClient is set to true for the generated data. This is the default.

Properties

coreValue → RT_ServiceCurveGeometryMode
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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.