ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
enum | AGSServiceCurveGeometryMode { AGSServiceCurveGeometryModeDensifyCurves = 0 , AGSServiceCurveGeometryModeFetchCurves = 1 , AGSServiceCurveGeometryModeTrueCurveClient = 2 } |
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. Additionally, by default, Runtime indicates that is it not a true curve capable client when sending updates to services that support curves. Use AGSArcGISRuntimeEnvironment::serviceCurveGeometryMode
to change this default behavior.
For details of curve support in services, see ArcGIS REST API documentation.
AGSArcGISRuntimeEnvironment::serviceCurveGeometryMode
, AGSArcGISFeatureServiceInfo::supportsTrueCurve
, AGSArcGISFeatureServiceInfo::allowTrueCurvesUpdates
, AGSArcGISFeatureServiceInfo::onlyAllowTrueCurveUpdatesByTrueCurveClients