Uses of Interface
com.luciad.network.function.ILcdCrossCountryDistanceFunction
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.
-
Uses of ILcdCrossCountryDistanceFunction in com.luciad.network.algorithm.routing
Modifier and TypeMethodDescriptionTLcdCrossCountryShortestRouteAlgorithm.getShortestRoute
(ILcdPoint aStartPoint, ILcdPoint aEndPoint, ILcdCrossCountryDistanceFunction aDistanceFunction, ILcdCrossCountryDistanceFunction aHeuristicDistanceFunction, double aMaxSearchDistance) Returns anILcdRoute
describing the shortest route between the start and end point. -
Uses of ILcdCrossCountryDistanceFunction in com.luciad.network.function
Modifier and TypeClassDescriptionclass
ALcdCrossCountryHeightProviderDistanceFunction
is an abstract class which can be used to implement distance functions that are based on anILcdHeightProvider
and compute values using only the height values along the line between start and end point.class
ALcdCrossCountryRasterDistanceFunction
is an abstract class which can be used to implement distance functions that are based on anILcdRaster
and compute values using only the raster values along the line between start and end point.