Namespace Itinero.Algorithms.Networks
Classes
|
An island detector based on a set of profiles. |
|
An algorithm that optimizes a network by removing obsolete vertices. |
|
Contains extension methods for the routerdb. |
|
An algorithm that embeds routerpoints permanently as vertices in the network. |
|
An algorithm to remove links of length zero. |
Delegates
|
NetworkOptimizer.CanMergeDelegate A delegate to verify if anything external is blocking the merging of the given edges. |
|
NetworkOptimizer.MergeDelegate A delegate to control how to merging two edges. |
|
NetworkOptimizer.NewEdgeDelegate A delegate to notifiy listeners of a new edge. |
|
ZeroLengthLinksOptimizer.CanRemoveDelegate A delegate to control the removal of an edge. |