public class Point extends Geometry
Point()
Point(long SRID, double x, double y)
Point(Point other)
double
getX()
getY()
Point
setX(double x)
setY(double y)
getSRID, setSRID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(Point other)
public Point(long SRID, double x, double y)
public double getX()
public Point setX(double x)
public Point setY(double y)
public double getY()
Copyright © 2023 Eclipse. All rights reserved.