Package com.irurueta.navigation.geodesic
Class Constants
java.lang.Object
com.irurueta.navigation.geodesic.Constants
Constants used for GNSS/INS navigation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Earth eccentricity as defined on the WGS84 ellipsoid.static final double
The equatorial radius of WGS84 ellipsoid (6378137 m) defining Earth's shape.static final double
The flattening of WGS84 ellipsoid (1 / 298.257223563).static final double
WGS84 Earth gravitational constant expressed in m^3 * s^-2static final double
The polar radius of WGS84 ellipsoid (6356752.31425 m) defining Earth's shape.static final double
Earth rotation rate expressed in radians per second (rad/s).static final double
WGS84 Earth's second gravitational constant.static final double
Speed of light in the vacuum expressed in meters per second (m/s). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EARTH_EQUATORIAL_RADIUS_WGS84
public static final double EARTH_EQUATORIAL_RADIUS_WGS84The equatorial radius of WGS84 ellipsoid (6378137 m) defining Earth's shape.- See Also:
-
EARTH_POLAR_RADIUS_WGS84
public static final double EARTH_POLAR_RADIUS_WGS84The polar radius of WGS84 ellipsoid (6356752.31425 m) defining Earth's shape.- See Also:
-
EARTH_FLATTENING_WGS84
public static final double EARTH_FLATTENING_WGS84The flattening of WGS84 ellipsoid (1 / 298.257223563).- See Also:
-
EARTH_ECCENTRICITY
public static final double EARTH_ECCENTRICITYEarth eccentricity as defined on the WGS84 ellipsoid.- See Also:
-
EARTH_GRAVITATIONAL_CONSTANT
public static final double EARTH_GRAVITATIONAL_CONSTANTWGS84 Earth gravitational constant expressed in m^3 * s^-2- See Also:
-
EARTH_SECOND_GRAVITATIONAL_CONSTANT
public static final double EARTH_SECOND_GRAVITATIONAL_CONSTANTWGS84 Earth's second gravitational constant.- See Also:
-
EARTH_ROTATION_RATE
public static final double EARTH_ROTATION_RATEEarth rotation rate expressed in radians per second (rad/s).- See Also:
-
SPEED_OF_LIGHT
public static final double SPEED_OF_LIGHTSpeed of light in the vacuum expressed in meters per second (m/s).- See Also:
-
-
Constructor Details
-
Constants
private Constants()Constructor. Prevents instantiation.
-