Class Geographic


  • public class Geographic
    extends Object
    This class is a base for geographic coordinate systems.
    Version:
    $Revision: 1.2 $
      $Id: Geographic.java,v 1.2 2003/11/05 05:20:42 dkim Exp $
      $Date: 2003/11/05 05:20:42 $
      $Log: Geographic.java,v $
      Revision 1.2  2003/11/05 05:20:42  dkim
      Added global header; cleaned up Javadoc.
    
      Revision 1.1  2003/09/15 20:26:11  jaquino
      Reprojection
    
      Revision 1.2  2003/07/25 17:01:04  gkostadinov
      Moved classses reponsible for performing the basic projection to a new
      package -- base.
    
      Revision 1.1  2003/07/24 23:14:44  gkostadinov
      adding base projection classes
    
      Revision 1.1  2003/06/20 18:34:31  gkostadinov
      Entering the source code into the CVS.
     
    Author:
    $Author: dkim $
    • Field Detail

      • lat

        public double lat
      • lon

        public double lon
      • hgt

        public double hgt
    • Constructor Detail

      • Geographic

        public Geographic()
      • Geographic

        public Geographic​(double _lat,
                          double _lon)