how to draw a line exactly in the middle of a polygon

995
3
05-19-2010 02:16 AM
srinivasreddy
New Contributor III
I have a river polygon class and a empty polyline class i want to draw a polyline   between the two edges of the river polygon and add to polyline class.

Any body can give me the sugestions to do this,,,

Thank you
0 Kudos
3 Replies
Durga_PrasadD
New Contributor II
There are no out of box solutions to this problem.This is a research topic and there only optimal solutions. I came across this link [URL="http://www.spatialprojects.com.au/spatialsql_median.htm"]  and haven't got chance to experiment with it.
0 Kudos
Durga_PrasadD
New Contributor II
Thiessen polygons.



I tried to create a medial line with the procedure(Thiessen polygons) suggested .I do not seem to get  the medial line(attachment).Did I miss anything ?
0 Kudos
Durga_PrasadD
New Contributor II
Thank you whuber ,I got good result after using the densify.Nevertheless ,it invloved manual effort to remove additional lines.The effort involved is tremendous in case of higly concave polygons(attachment).
0 Kudos