Uses of Enum Class
com.luciad.network.function.ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode
Package
Description
Provides functions associating values with edges, used by the routing algorithms to determine the length of a route.
-
Uses of ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode in com.luciad.network.function
Modifier and TypeMethodDescriptionALcdCrossCountryHeightProviderDistanceFunction.getComputationMode()
Returns the mode in which the distance computations are performed.Returns the enum constant of this class with the specified name.ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ALcdCrossCountryHeightProviderDistanceFunction.setComputationMode
(ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode aComputationMode) Sets the mode in which the distance computations are be performed.