Show / Hide Table of Contents

Namespace Itinero.Algorithms.Networks

Classes

IslandDetector

An island detector based on a set of profiles.

NetworkOptimizer

An algorithm that optimizes a network by removing obsolete vertices.

RouterDbExtensions

Contains extension methods for the routerdb.

RouterPointEmbedder

An algorithm that embeds routerpoints permanently as vertices in the network.

ZeroLengthLinksOptimizer

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.

Back to top Built by Itinero, MIT licensed.