Select to view content in your preferred language

How to Calculate a centerpoint between different lines

946
1
Jump to solution
07-10-2018 07:19 AM
Pa_Lotus
Regular Contributor

How to Calculate a centerpoint between different lines as in image,

lines can be multiple and uneven structures

Any help greatly appreciated

Thank you

0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Esri Frequent Contributor

This might help.

geom-engine-center-multi-lines 

You can get the extent of each line, use the GeometryEngine to union the lines and then get the center of that unioned results extent.

View solution in original post

1 Reply
ReneRubalcava
Esri Frequent Contributor

This might help.

geom-engine-center-multi-lines 

You can get the extent of each line, use the GeometryEngine to union the lines and then get the center of that unioned results extent.