Uses of Package
com.luciad.network.algorithm.routing
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
Contains classes for working with numeric graphs.
-
ClassDescriptionEditable extension of the
ILcdShortestRouteDistanceTableProvider
interface.ILcdShortestRouteAlgorithm
is an interface for algorithms that find the shortest routes from a source node to a destination node.A table containing the shortest route distance between any pair two given nodes within a set of nodes.AILcdShortestRouteDistanceTableProvider
provides graph distance tables to algorithms that make use of them.ILcdTracingAlgorithm
is an interface for algorithms that find the trace that starts from or leads to a given edge or node.ILcdTracingResultHandler
defines a handler interface which is called from within the tracing algorithm, once for each node for which a trace is found. -
ClassDescriptionA
ILcdShortestRouteDistanceTableProvider
provides graph distance tables to algorithms that make use of them.