java.lang.Object
overit.geocallapp.utilities.datatype.geography.point.Point
All Implemented Interfaces:
Serializable

public class Point extends Object implements Serializable
See Also:
  • Constructor Details

    • Point

      public Point(double latitude, double longitude)
  • Method Details

    • getLatitude

      public double getLatitude()
    • getLongitude

      public double getLongitude()
    • hasSameCoordinates

      public boolean hasSameCoordinates(Point point)