Uses of Interface
com.luciad.network.algorithm.routing.ILcdEditableShortestRouteDistanceTableProvider
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
-
Uses of ILcdEditableShortestRouteDistanceTableProvider in com.luciad.network.algorithm.routing
Modifier and TypeClassDescriptionclass
Implementation ofILcdShortestRouteDistanceTableProvider
.Modifier and TypeMethodDescription<N,
E> void TLcdPartitionedShortestRoutePreprocessor.preprocess
(ILcdPartitionedGraph<N, E> aGraph, ILcdEdgeValueFunction<N, E> aEdgeValueFunction, ILcdDistanceFunction<N, E> aHeuristicDistanceFunction, ILcdEditableShortestRouteDistanceTableProvider<N, E> aDistanceTableProviderSFCT) Preprocesses the given partitioned graph.