Uses of Class
org.mariadb.jdbc.type.Point
Packages that use Point
-
Uses of Point in org.mariadb.jdbc.plugin.codec
Methods in org.mariadb.jdbc.plugin.codec that return PointModifier and TypeMethodDescriptionPointCodec.decodeBinary
(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, Calendar cal, Context context) PointCodec.decodeText
(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, Calendar cal, Context context) -
Uses of Point in org.mariadb.jdbc.type
Fields in org.mariadb.jdbc.type declared as PointModifier and TypeFieldDescriptionprivate final Point[]
LineString.points
private final Point[]
MultiPoint.points
Methods in org.mariadb.jdbc.type that return PointModifier and TypeMethodDescriptionPoint[]
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 PointModifierConstructorDescriptionLineString
(Point[] points, boolean open) ConstructorMultiPoint
(Point[] points) Constructor