Uses of Interface
com.luciad.network.algorithm.routing.ILcdShortestRouteDistanceTableProvider
Packages that use 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
Subinterfaces of ILcdShortestRouteDistanceTableProvider in com.luciad.network.algorithm.routingModifier and TypeInterfaceDescriptioninterface
Editable extension of theILcdShortestRouteDistanceTableProvider
interface.Classes in com.luciad.network.algorithm.routing that implement ILcdShortestRouteDistanceTableProviderModifier and TypeClassDescriptionclass
Implementation ofILcdShortestRouteDistanceTableProvider
.Methods in com.luciad.network.algorithm.routing that return ILcdShortestRouteDistanceTableProviderModifier 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
.Methods in com.luciad.network.algorithm.routing with parameters of type ILcdShortestRouteDistanceTableProviderModifier and TypeMethodDescriptionvoid
TLcdPartitionedShortestRouteAlgorithm.setDistanceTableProvider
(ILcdShortestRouteDistanceTableProvider aShortestRouteDistanceTableProvider) Sets the given distance table provider as the distance table provider to be used by the algorithm.Constructors in com.luciad.network.algorithm.routing with parameters of type ILcdShortestRouteDistanceTableProviderModifierConstructorDescriptionTLcdPartitionedShortestRouteAlgorithm
(ILcdShortestRouteDistanceTableProvider aShortestRouteDistanceTableProvider) Constructs a newTLcdPartitionedShortestRouteAlgorithm
, that will use the givenILcdShortestRouteDistanceTableProvider
. -
Uses of ILcdShortestRouteDistanceTableProvider in com.luciad.network.graph.numeric
Methods in com.luciad.network.graph.numeric that return ILcdShortestRouteDistanceTableProviderModifier and TypeMethodDescriptionTLcdNumericGraph.getShortestRouteDistanceTableProvider()
Returns the distance table provider containing distance tables for each of the partitions in this graph.