Uses of Class
org.mariadb.jdbc.type.Point
-
Packages that use Point Package Description org.mariadb.jdbc.plugin.codec org.mariadb.jdbc.type -
-
Uses of Point in org.mariadb.jdbc.plugin.codec
Methods in org.mariadb.jdbc.plugin.codec that return Point Modifier and Type Method Description Point
PointCodec. decodeBinary(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, java.util.Calendar cal, Context context)
Point
PointCodec. decodeText(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, java.util.Calendar cal, Context context)
-
Uses of Point in org.mariadb.jdbc.type
Fields in org.mariadb.jdbc.type declared as Point Modifier and Type Field Description private Point[]
LineString. points
private Point[]
MultiPoint. points
Methods in org.mariadb.jdbc.type that return Point Modifier and Type Method Description Point[]
LineString. getPoints()
get pointsPoint[]
MultiPoint. getPoints()
Get pointsstatic Point
Geometry. parsePoint(boolean littleEndian, ReadableByteBuf buf)
Parse point from packetConstructors in org.mariadb.jdbc.type with parameters of type Point Constructor Description LineString(Point[] points, boolean open)
ConstructorMultiPoint(Point[] points)
Constructor
-