Select to view content in your preferred language

Line simplification

1422
1
04-25-2013 11:42 PM
XavierMauclaire
Emerging Contributor
Hi

i'm developping an arcgis tool allowing :
* least cost route computation (cost path functions) (already done);
* simplification (weeding) of the result polyline using constraints (to be done!!).

The second point seems to be very hard because i have to respect constraints like :
* start alignment (distance fixed by user);
* end alignment (distance fixed by user) ;
* use of circle arcs with constant radius for curves (radius fixed by the user) ;
* alignment between curves (distance fixed by user);
And of course all modification of the polyline result must not cross the exclusion zones defined in the first stage.
Is there any library allowing this type of computation  ?
Developements are made for AcGIS 10.0 with VS 2010 (c#)
Thanks in advance 
Regards
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor
Xavier,

It might help people if you upload a before and after image of what you are attempting?
0 Kudos