Class LatLonable

    • Constructor Summary

      Constructors 
      Constructor Description
      LatLonable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract double[] calcLatLon​(double calcDist, double totalDist)  
      boolean isGeodetic()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LatLonable

        public LatLonable()
    • Method Detail

      • calcLatLon

        public abstract double[] calcLatLon​(double calcDist,
                                            double totalDist)
      • isGeodetic

        public boolean isGeodetic()