Constants.java
Go to the documentation of this file.
1 
8 package net.sf.geographiclib;
9 
15 public class Constants {
19  public static final double WGS84_a = 6378137;
23  public static final double WGS84_f = 1/298.257223563;
24 
25  private Constants() {}
26 }
static final double WGS84_a
Definition: Constants.java:19
static final double WGS84_f
Definition: Constants.java:23


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:03