Serialized Form
-
Package org.gavaghan.geodesy
-
Class org.gavaghan.geodesy.Ellipsoid
class Ellipsoid extends Object implements Serializable- serialVersionUID:
- -2694307956656400089L
-
Serialized Fields
-
mFlattening
double mFlattening
Flattening. -
mInverseFlattening
double mInverseFlattening
Inverse flattening. -
mSemiMajorAxis
double mSemiMajorAxis
Semi major axis (meters). -
mSemiMinorAxis
double mSemiMinorAxis
Semi minor axis (meters).
-
-
Class org.gavaghan.geodesy.GeodeticCurve
class GeodeticCurve extends Object implements Serializable-
Serialized Fields
-
mAzimuth
double mAzimuth
Azimuth (degrees from north). -
mEllipsoidalDistance
double mEllipsoidalDistance
Ellipsoidal distance (in meters). -
mReverseAzimuth
double mReverseAzimuth
Reverse azimuth (degrees from north).
-
-
-
Class org.gavaghan.geodesy.GeodeticMeasurement
class 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
class GlobalCoordinates extends 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
class GlobalPosition extends GlobalCoordinates implements Serializable-
Serialized Fields
-
mElevation
double mElevation
Elevation, in meters, above the surface of the ellipsoid.
-
-
-
-
Package sec.geo
-
Class sec.geo.GeoPoint
class GeoPoint extends Point2D.Double implements Serializable- serialVersionUID:
- -1693809094948881246L
-
-
Package sec.web.exceptions
-
Exception Class sec.web.exceptions.InvalidNumberOfPointsException
class InvalidNumberOfPointsException extends Exception implements Serializable- serialVersionUID:
- 2791008774716307095L
-
-
Package sec.web.json.utilities
-
Exception Class sec.web.json.utilities.JSONException
class JSONException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Package sec.web.renderer
-
Class sec.web.renderer.SECWebRenderer
class SECWebRenderer extends Applet implements Serializable- serialVersionUID:
- -2691218568602318366L
-
Serialized Fields
-
sps
SinglePointServer sps
Initialization method that will be called after the applet is loaded into the browser.
-
-