The coord package contains various classes and utilities for working with coordinate systems, Earthly positions and motions. More...
Classes | |
| interface | Approximator |
| Provide access to approximate kinematics (dead reckoned position, velocity, etc) estimated to future simulation times. More... | |
| interface | ConstCoordinateTransform |
| An interface which does not permit modification of a CoordinateTransform. More... | |
| interface | ConstGeodeticCoord |
| An interface which does not permit modification of a GeodeticCoord. More... | |
| class | CoordinateTransform |
| Transform cartesian coordinates by 3D translation and rotation. More... | |
| class | DeadReckoner |
| Stand-alone dead reckoning component. More... | |
| class | DegMinSec |
| Degrees, minutes, seconds value type. More... | |
| class | GeodeticCoord |
| A value class for geodetic coordinates. More... | |
| class | MapDatum |
| MapDatum represents a spheroid model of the earth, with a data shift to facilitate easy conversion to geocentric systems. More... | |
| enum | PolarDirection |
| Compass direction. More... | |
| class | ReferenceEllipsoid |
| Instances of this class are used to store a particular mapDatum and perform useful calculations based on this map – specifically it can be used to convert between geodetic and geocentric coordinates using the given reference ellipsoid (which is defined by a MapDatum). More... | |
| class | Smoother |
| An Approximator which applies smooth transitions to dead reckoning updates. More... | |
| class | Spheroid |
| Description of a spheroid shape by semiMinor and semiMajor axis measurements. More... | |
| class | TopographicCoord |
| Utility class for topographical coordinate conversions. More... | |
| class | UtmCoordinate |
| A single coordinate in UTM system. More... | |
| class | UtmNEZ |
| UTM North, East, Zone tuple. More... | |
| class | UtmReferencePoint |
| Reference point ina UTM coordinate system. More... | |
The coord package contains various classes and utilities for working with coordinate systems, Earthly positions and motions.
The coordinate systems supported are:
Interfaces prefixed with Const contain no methods which will modify the referenced object (e.g. no setters, no mutators).