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