Class GeoCoordinate


  • public class GeoCoordinate
    extends Object
    A simple wrapper for a pair latitude-longitude.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • GeoCoordinate

        public GeoCoordinate​(double latitude,
                             double longitude)
    • Method Detail

      • getLatitude

        public double getLatitude()
      • setLatitude

        public void setLatitude​(double latitude)
      • getLongitude

        public double getLongitude()
      • setLongitude

        public void setLongitude​(double longitude)