Namespace Itinero.Algorithms.Networks.Preprocessing
Classes
|
An algorithm that detects and removes duplicate edges. |
|
An algorithm that splits edges in two or more pieces by adding an intermediate vertex when a given distance is exceeded. |
|
An algorithm to convert a multi graph to a simple graph by removing duplicate edges and loops. |