Package org.mariadb.jdbc.type
Interface Geometry
-
- All Known Implementing Classes:
GeometryCollection,LineString,MultiLineString,MultiPoint,MultiPolygon,Point,Polygon
public interface Geometry
-
-
Method Summary
Static Methods Modifier and Type Method Description static GeometrygetGeometry(ReadableByteBuf buf, int length, ColumnDefinitionPacket column)static PointparsePoint(boolean littleEndian, ReadableByteBuf buf)
-
-
-
Method Detail
-
parsePoint
static Point parsePoint(boolean littleEndian, ReadableByteBuf buf)
-
getGeometry
static Geometry getGeometry(ReadableByteBuf buf, int length, ColumnDefinitionPacket column) throws java.sql.SQLDataException
- Throws:
java.sql.SQLDataException
-
-