Uses of Interface
com.luciad.network.algorithm.routing.ILcdShortestRouteDistanceTable
Packages that use ILcdShortestRouteDistanceTable
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
-
Uses of ILcdShortestRouteDistanceTable in com.luciad.network.algorithm.routing
Classes in com.luciad.network.algorithm.routing that implement ILcdShortestRouteDistanceTableModifier and TypeClassDescriptionclassDefault implementation ofILcdShortestRouteDistanceTable.Methods in com.luciad.network.algorithm.routing that return ILcdShortestRouteDistanceTableModifier and TypeMethodDescriptionILcdShortestRouteDistanceTableProvider.getDistanceTable(ILcdGraph<N, E> aGraph) Returns the distance table that is associated with the given graph.TLcdShortestRouteDistanceTableProvider.getDistanceTable(ILcdGraph<N, E> aGraph) Methods in com.luciad.network.algorithm.routing with parameters of type ILcdShortestRouteDistanceTableModifier and TypeMethodDescriptionILcdShortestRouteDistanceTableProvider.getGraph(ILcdShortestRouteDistanceTable<N> aDistanceTable) Returns the graph that is associated with the given distance table.TLcdShortestRouteDistanceTableProvider.getGraph(ILcdShortestRouteDistanceTable<N> aDistanceTable) voidILcdEditableShortestRouteDistanceTableProvider.setDistanceTable(ILcdGraph<N, E> aGraph, ILcdShortestRouteDistanceTable<N> aDistanceTable) Registers the specified distance table for the given graph on this distance table provider.voidTLcdShortestRouteDistanceTableProvider.setDistanceTable(ILcdGraph<N, E> aGraph, ILcdShortestRouteDistanceTable<N> aDistanceTable)