Package org.mariadb.jdbc.type
Interface Geometry
- All Known Implementing Classes:
GeometryCollection
,LineString
,MultiLineString
,MultiPoint
,MultiPolygon
,Point
,Polygon
public interface Geometry
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Geometry
getGeometry
(ReadableByteBuf buf, int length, ColumnDefinitionPacket column) static Point
parsePoint
(boolean littleEndian, ReadableByteBuf buf)
-
Method Details
-
parsePoint
-
getGeometry
static Geometry getGeometry(ReadableByteBuf buf, int length, ColumnDefinitionPacket column) throws SQLDataException - Throws:
SQLDataException
-