Class Point


  • public class Point
    extends Geometry
    A Point is a geometry that represents a single location in coordinate space.
    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point​(Point other)
      • Point

        public Point​(long SRID,
                     double x,
                     double y)
    • Method Detail

      • getX

        public double getX()
      • setX

        public Point setX​(double x)
      • setY

        public Point setY​(double y)
      • getY

        public double getY()