Class Coordinates


  • public final class Coordinates
    extends Object
    Contains the latitude and longitude, calculated by BaseGeoChart.projectionInvert(CoordinatesPoint) and BaseGeoChart.projectionInvert(double, double).
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getLatitude

        public double getLatitude()
        Returns the latitude stored in the object.
        Returns:
        the latitude value
      • getLongitude

        public double getLongitude()
        Returns the longitude stored in the object.
        Returns:
        the longitude value
      • isConsistent

        public boolean isConsistent()
        Returns true if the latitude and longitude are consistent and not NaN.
        Returns:
        true if the latitude and longitude are consistent and not NaN