Hello !
I have a project in which I need to do a series of tasks related to cartographic representation.
In the field of urban planning and transport, a feature class of polylines represents urban projects, such as :
- new bus line from point A to point B
- better connexion for pedestrians between point A and point C
- etc..
Sometimes, the lines representing two different projects overlap and I need to create an alternate geometry for one of the projects.
- My first question is : what method to apply to detect conflicting lines and how to perform displacement?
- Is the tool DetectGraphicConflict appropriate to detect conflicts between lines ?