Package org.mariadb.jdbc.type
Class Point
- java.lang.Object
-
- org.mariadb.jdbc.type.Point
-
-
Constructor Summary
Constructors Constructor Description Point(double x, double y)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
double
getX()
Get abscissadouble
getY()
get ordinateint
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getX
public double getX()
Get abscissa- Returns:
- abscissa
-
getY
public double getY()
get ordinate- Returns:
- ordinate
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-