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
ILcdCrossCountryDistanceFunction
calculates distances between two given points.AILcdDistanceFunction
calculates distances between two given nodes.AnILcdEdgeValueFunction
is 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
ILcdCrossCountryDistanceFunction
calculates distances between two given points.AILcdDistanceFunction
calculates distances between two given nodes.AnILcdEdgeValueFunction
is 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
ILcdEdgeValueFunction
is 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
ILcdEdgeValueFunction
is a general function which returns values associated with edges in a graph.