Serialized Form


Package org.gavaghan.geodesy

Class org.gavaghan.geodesy.Ellipsoid extends java.lang.Object implements Serializable

Serialized Fields

mSemiMajorAxis

double mSemiMajorAxis
Semi major axis (meters).


mSemiMinorAxis

double mSemiMinorAxis
Semi minor axis (meters).


mFlattening

double mFlattening
Flattening.


mInverseFlattening

double mInverseFlattening
Inverse flattening.

Class org.gavaghan.geodesy.GeodeticCurve extends java.lang.Object implements Serializable

Serialized Fields

mEllipsoidalDistance

double mEllipsoidalDistance
Ellipsoidal distance (in meters).


mAzimuth

double mAzimuth
Azimuth (degrees from north).


mReverseAzimuth

double mReverseAzimuth
Reverse azimuth (degrees from north).

Class org.gavaghan.geodesy.GeodeticMeasurement extends GeodeticCurve implements Serializable

Serialized Fields

mElevationChange

double mElevationChange
The elevation change, in meters, going from the starting to the ending point.


mP2P

double mP2P
The distance travelled, in meters, going from one point to the next.

Class org.gavaghan.geodesy.GlobalCoordinates extends java.lang.Object implements Serializable

Serialized Fields

mLatitude

double mLatitude
Latitude in degrees. Negative latitude is southern hemisphere.


mLongitude

double mLongitude
Longitude in degrees. Negative longitude is western hemisphere.

Class org.gavaghan.geodesy.GlobalPosition extends GlobalCoordinates implements Serializable

Serialized Fields

mElevation

double mElevation
Elevation, in meters, above the surface of the ellipsoid.