Hello all,
guys for the last 2-3 days iam haunted with this question.. "HOW TO DERIVED CENTRELINE FROM ROAD POLYGON". i tried everything shown here but nothing happened.
i tried that but its not working for me... can u suggest me a different tool..?
one more thing is there any tool to generate a centreline between polygons.. i have this area polygon shpfile & i want to draw centreline between them.
Regards,
Raj
sorry mates!!! was on a short break 🙂 here iam posting this pics [ATTACH=CONFIG]0[/ATTACH] i want to genrate a centreline between these polygons
Did you ever find a solution to this?
We have the same issue where the incorporated municipalities within our county have an agreement in place for future subdivision planning that divides the overlapping 1.5 mile ETJ boundaries with the median centerline. Equal distance from both sides (not necessarily equal area).
I have been banging my head on how to do this with either ArcGIS tools or SQL tools.
This is the best I have come up with so far:
1 - create 1.5 mile buffer around municipal boundary to create the ETJ boundaries.
2 - intersect the ETJ layer with itself (set output type to "INPUT" to create polygons where the ETJs overlap)
3 - use the feature vertices to points tool to create points on the boundary of the overlapping polygons.
4 - create thiessen polygons from the boundary points.
The results are looking good so far... but now I need to convert these polygons into median dissection lines.
Sure... the lines could be manually drawn in... but I am trying to automate this to account for ongoing annexations. I will post an update with my final process once I get it figured out.
In the meantime, I am interested to hear if anyone else has come up with a solid solution.
It seems this is a pretty common approach in government planning to subdivide the ETJs down the median overlap to distinguish future development jurisdiction boundaries.