Package org.mariadb.jdbc.type
Class Point
java.lang.Object
org.mariadb.jdbc.type.Point
- All Implemented Interfaces:
Geometry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private final double x -
y
private final double y
-
-
Constructor Details
-
Point
public Point(double x, double y)
-
-
Method Details