Uses of Class
com.appslandia.common.geo.DistanceUnit
-
Packages that use DistanceUnit Package Description com.appslandia.common.geo -
-
Uses of DistanceUnit in com.appslandia.common.geo
Methods in com.appslandia.common.geo that return DistanceUnit Modifier and Type Method Description static DistanceUnitDistanceUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static DistanceUnit[]DistanceUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.appslandia.common.geo with parameters of type DistanceUnit Modifier and Type Method Description doubleDistanceUnit. convert(double distance, DistanceUnit distUnit)doubleGeoLocation. distanceTo(GeoLocation to, DistanceUnit unit)GeoLocationGeoLocation. move(Direction direction, double distance, DistanceUnit unit)
-