We have two layers point and polygon. We would like to cut the road polygon where point is available. The road polygon currently single huge polygon. At every point how can find road polygon corner point those will use to build line to cut polygon.
That might be quite a challenge. Probably need to generalize the polygon features and select the remaining vertices based on a distance tolerance from the point and create the lines between vertices (excluding the diagonals) and split the geometry based on those new lines...
You placed this question in the ArcObjects SDK space, Just to be sure... is Python an option too? That would potentially save a lot of lines of code....
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.