Package org.mariadb.jdbc.type
Class Point
java.lang.Object
org.mariadb.jdbc.type.Point
- All Implemented Interfaces:
Geometry
Point
-
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) Constructor- Parameters:
x
- abscissay
- ordinate
-
-
Method Details