Uses of Interface
com.luciad.network.algorithm.routing.ILcdShortestRouteDistanceTable
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
-
Uses of ILcdShortestRouteDistanceTable in com.luciad.network.algorithm.routing
Modifier and TypeClassDescriptionclass
Default implementation ofILcdShortestRouteDistanceTable
.Modifier and TypeMethodDescriptionILcdShortestRouteDistanceTableProvider.getDistanceTable
(ILcdGraph<N, E> aGraph) Returns the distance table that is associated with the given graph.TLcdShortestRouteDistanceTableProvider.getDistanceTable
(ILcdGraph<N, E> aGraph) Modifier and TypeMethodDescriptionILcdShortestRouteDistanceTableProvider.getGraph
(ILcdShortestRouteDistanceTable<N> aDistanceTable) Returns the graph that is associated with the given distance table.TLcdShortestRouteDistanceTableProvider.getGraph
(ILcdShortestRouteDistanceTable<N> aDistanceTable) void
ILcdEditableShortestRouteDistanceTableProvider.setDistanceTable
(ILcdGraph<N, E> aGraph, ILcdShortestRouteDistanceTable<N> aDistanceTable) Registers the specified distance table for the given graph on this distance table provider.void
TLcdShortestRouteDistanceTableProvider.setDistanceTable
(ILcdGraph<N, E> aGraph, ILcdShortestRouteDistanceTable<N> aDistanceTable)