Class GeographyConstants
java.lang.Object
org.episteme.social.geography.GeographyConstants
Standard physical and geometric constants for Earth-based geographical
calculations.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsModifier and TypeFieldDescriptionEquatorial radius (semi-major axis) of the Earth (WGS84) in meters (m).Approximate mass of the Earth in kilograms (kg).Nominal mean radius of the Earth as defined by the IUGG in meters (m).Polar radius (semi-minor axis) of the Earth (WGS84) in meters (m).static final Quantity<Acceleration> Average acceleration due to gravity on the Earth's surface (standard gravity) in meters per second squared (m/s²). -
Method Summary
-
Field Details
-
EARTH_MASS
-
EARTH_MEAN_RADIUS
-
EARTH_EQUATORIAL_RADIUS
-
EARTH_POLAR_RADIUS
-
STANDARD_GRAVITY
Average acceleration due to gravity on the Earth's surface (standard gravity) in meters per second squared (m/s²).
-