- java.lang.Object
-
- com.appslandia.common.geo.GeoUtils
-
-
Field Summary
Fields Modifier and Type Field Description static doubleEARTH_RADIUS_METERstatic doubleEQUATOR_CIRCUMFERENCE_MILESstatic doublePOLAR_CIRCUMFERENCE_MILES
-
Constructor Summary
Constructors Constructor Description GeoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubletoDecimalDegree(int degrees, int minutes, double seconds)
-
-
-
Field Detail
-
EARTH_RADIUS_METER
public static final double EARTH_RADIUS_METER
- See Also:
- Constant Field Values
-
POLAR_CIRCUMFERENCE_MILES
public static final double POLAR_CIRCUMFERENCE_MILES
- See Also:
- Constant Field Values
-
EQUATOR_CIRCUMFERENCE_MILES
public static final double EQUATOR_CIRCUMFERENCE_MILES
- See Also:
- Constant Field Values
-
-