Uses of Package
com.luciad.network.function
Packages that use com.luciad.network.function
Package
Description
Contains interfaces and algorithms for routing (shortest route, tracing).
Provides functions associating values with edges, used by the routing algorithms to determine the length of a route.
Contains classes for working with numeric graphs.
Contains a class for modeling routes and an additional utility class for basic route analysis.
-
Classes in com.luciad.network.function used by com.luciad.network.algorithm.routingClassDescriptionA
ILcdCrossCountryDistanceFunctioncalculates distances between two given points.AILcdDistanceFunctioncalculates distances between two given nodes.AnILcdEdgeValueFunctionis a general function which returns values associated with edges in a graph. -
Classes in com.luciad.network.function used by com.luciad.network.functionClassDescriptionDescribes the mode in which the distances should be computed.Describes the mode in which the distances should be computed.A
ILcdCrossCountryDistanceFunctioncalculates distances between two given points.AILcdDistanceFunctioncalculates distances between two given nodes.AnILcdEdgeValueFunctionis a general function which returns values associated with edges in a graph. -
Classes in com.luciad.network.function used by com.luciad.network.graph.numericClassDescriptionAn
ILcdEdgeValueFunctionis a general function which returns values associated with edges in a graph. -
Classes in com.luciad.network.function used by com.luciad.network.graph.routeClassDescriptionAn
ILcdEdgeValueFunctionis a general function which returns values associated with edges in a graph.