Class CoordinateReferenceSystem.AbsolutePosition

  • Enclosing class:
    CoordinateReferenceSystem<C extends Coordinates<?>>

    protected static class CoordinateReferenceSystem.AbsolutePosition
    extends Object
    This class represents an absolute position (can be be extended)
    • Field Detail

      • latitudeWGS84

        public Measurable<Angle> latitudeWGS84
        Holds the Geodetic Latitude (WGS84 Ellipsoid).
      • longitudeWGS84

        public Measurable<Angle> longitudeWGS84
        Holds the Geodetic Longitude (WGS84 Ellipsoid).
      • heightWGS84

        public Measurable<Length> heightWGS84
        Holds the WGS84 Ellipsoidal Height.
      • timeUTC

        public Measurable<Duration> timeUTC
        Holds the Time since midnight, January 1, 1970 UTC.
    • Constructor Detail

      • AbsolutePosition

        protected AbsolutePosition()