Uses of Enum Class
com.luciad.network.function.ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode
Packages that use 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
Methods in com.luciad.network.function that return ALcdCrossCountryHeightProviderDistanceFunction.ComputationModeModifier 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.Methods in com.luciad.network.function with parameters of type ALcdCrossCountryHeightProviderDistanceFunction.ComputationModeModifier and TypeMethodDescriptionvoid
ALcdCrossCountryHeightProviderDistanceFunction.setComputationMode
(ALcdCrossCountryHeightProviderDistanceFunction.ComputationMode aComputationMode) Sets the mode in which the distance computations are be performed.