Show / Hide Table of Contents

Namespace Itinero.Algorithms.Networks.Preprocessing

Classes

DuplicateEdgeRemover

An algorithm that detects and removes duplicate edges.

MaxDistanceSplitter

An algorithm that splits edges in two or more pieces by adding an intermediate vertex when a given distance is exceeded.

SimpleGraphConverter

An algorithm to convert a multi graph to a simple graph by removing duplicate edges and loops.

Back to top Built by Itinero, MIT licensed.