Enums.ServiceCurveGeometryMode enumeration

  • QML Enumeration List
  • Enums.ServiceCurveGeometryMode enumeration
  • 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, this API indicates that is it not a true-curve-capable client when sending updates to services that support curves. Use ArcGISRuntimeEnvironment::serviceCurveGeometryMode to change this default behavior.

    For details of curve support in services, see ArcGIS REST API documentation.

    The ServiceCurveGeometryMode can be one of:

    ConstantDescription
    Enums.ServiceCurveGeometryModeDensifyCurves(0) Densified versions of geometries with curves are fetched. This is the default.
    Enums.ServiceCurveGeometryModeTrueCurveClient(2) Curve geometries are fetched, and this API acts as a true curve client when editing.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.