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