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.DistanceCalculationType
GPSDistance. m_Type
the type of calculation to perform.Methods in adams.data.conversion that return GPSDistance.DistanceCalculationType Modifier and Type Method Description GPSDistance.DistanceCalculationType
GPSDistance. getType()
Returns the type of distance calculation to perform.static GPSDistance.DistanceCalculationType
GPSDistance.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 void
GPSDistance. setType(GPSDistance.DistanceCalculationType value)
Sets the type of distance calculation to perform.
-