Class JSOFA.GeodeticCoord

java.lang.Object
org.jastronomy.jsofa.JSOFA.GeodeticCoord
Enclosing class:
JSOFA

public static class JSOFA.GeodeticCoord extends Object
Geodetic coordinates.
Since:
AIDA Stage 1
Author:
Paul Harrison (paul.harrison@manchester.ac.uk) 4 Feb 2010
  • Field Details

    • elong

      public double elong
      longitude (radians, east +ve)
    • phi

      public double phi
      latitude (geodetic, radians)
    • height

      public double height
      height above ellipsoid (geodetic)
  • Constructor Details

    • GeodeticCoord

      public GeodeticCoord(double elong, double phi, double height)