Class GeoPoint


  • public class GeoPoint
    extends Object
    A point on a two-dimensional plane
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Constructor Detail

      • GeoPoint

        public GeoPoint​(double x,
                        double y)
    • Method Detail

      • getX

        public double getX()
      • setX

        public void setX​(double x)
      • getY

        public double getY()
      • setY

        public void setY​(double y)