Uses of Class
adams.data.conversion.GPSDistance.DistanceCalculationType
-
Packages that use GPSDistance.DistanceCalculationType Package Description adams.data.conversion -
-
Uses of GPSDistance.DistanceCalculationType in adams.data.conversion
Fields in adams.data.conversion declared as GPSDistance.DistanceCalculationType Modifier and Type Field Description protected GPSDistance.DistanceCalculationTypeGPSDistance. m_Typethe type of calculation to perform.Methods in adams.data.conversion that return GPSDistance.DistanceCalculationType Modifier and Type Method Description GPSDistance.DistanceCalculationTypeGPSDistance. getType()Returns the type of distance calculation to perform.static GPSDistance.DistanceCalculationTypeGPSDistance.DistanceCalculationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GPSDistance.DistanceCalculationType[]GPSDistance.DistanceCalculationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.conversion with parameters of type GPSDistance.DistanceCalculationType Modifier and Type Method Description voidGPSDistance. setType(GPSDistance.DistanceCalculationType value)Sets the type of distance calculation to perform.
-