Uses of Interface
com.luciad.network.algorithm.routing.ILcdShortestRouteDistanceTableProvider
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
Contains classes for working with numeric graphs.
-
Uses of ILcdShortestRouteDistanceTableProvider in com.luciad.network.algorithm.routing
Modifier and TypeInterfaceDescriptioninterface
Editable extension of theILcdShortestRouteDistanceTableProvider
interface.Modifier and TypeClassDescriptionclass
Implementation ofILcdShortestRouteDistanceTableProvider
.Modifier and TypeMethodDescription<N,
E> ILcdShortestRouteDistanceTableProvider <N, E> TLcdPartitionedShortestRoutePreprocessor.preprocess
(ILcdPartitionedGraph<N, E> aGraph, ILcdEdgeValueFunction<N, E> aEdgeValueFunction, ILcdDistanceFunction<N, E> aHeuristicDistanceFunction) Preprocesses the given partitioned graph, and returns the resultingILcdShortestRouteDistanceTableProvider
.Modifier and TypeMethodDescriptionvoid
TLcdPartitionedShortestRouteAlgorithm.setDistanceTableProvider
(ILcdShortestRouteDistanceTableProvider aShortestRouteDistanceTableProvider) Sets the given distance table provider as the distance table provider to be used by the algorithm.ModifierConstructorDescriptionTLcdPartitionedShortestRouteAlgorithm
(ILcdShortestRouteDistanceTableProvider aShortestRouteDistanceTableProvider) Constructs a newTLcdPartitionedShortestRouteAlgorithm
, that will use the givenILcdShortestRouteDistanceTableProvider
. -
Uses of ILcdShortestRouteDistanceTableProvider in com.luciad.network.graph.numeric
Modifier and TypeMethodDescriptionTLcdNumericGraph.getShortestRouteDistanceTableProvider()
Returns the distance table provider containing distance tables for each of the partitions in this graph.