Enums.GeometryExtendOptions enumeration

GeometryEngine's extend() method should use."> Enums.GeometryExtendOptions enumeration | ArcGISQtQml
  • QML Enumeration List
  • Enums.GeometryExtendOptions enumeration
  • The GeometryExtendOptions can be one of:

    ConstantDescription
    Enums.GeometryExtendOptionsDefault(0) Extension considers both ends of paths. The old ends remain and new points are added at the extended ends.
    Enums.GeometryExtendOptionsRelocateEnds(1) If an extension is performed at an end, relocate the end point to the new position instead of leaving the old point and adding a new point at the new position.
    Enums.GeometryExtendOptionsKeepEndAttributes(2) If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes the same as the current end.
    Enums.GeometryExtendOptionsNoEndAttributes(4) If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes be empty.
    Enums.GeometryExtendOptionsDoNotExtendFromStartPoint(8) Do not extend the 'from' end of any path.
    Enums.GeometryExtendOptionsDoNotExtendFromEndPoint(16) Do not extend the 'to' end of any path.

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