Uses of Class
org.mariadb.jdbc.type.LineString
Packages that use LineString
-
Uses of LineString in org.mariadb.jdbc.plugin.codec
Classes in org.mariadb.jdbc.plugin.codec that implement interfaces with type arguments of type LineStringMethods in org.mariadb.jdbc.plugin.codec that return LineStringModifier and TypeMethodDescriptionLineStringCodec.decodeBinary(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, Calendar cal, Context context) LineStringCodec.decodeText(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, Calendar cal, Context context) -
Uses of LineString in org.mariadb.jdbc.type
Fields in org.mariadb.jdbc.type declared as LineStringModifier and TypeFieldDescriptionprivate final LineString[]MultiLineString.linesprivate final LineString[]Polygon.linesMethods in org.mariadb.jdbc.type that return LineStringModifier and TypeMethodDescriptionMultiLineString.getLines()get linesPolygon.getLines()get linesConstructors in org.mariadb.jdbc.type with parameters of type LineStringModifierConstructorDescriptionMultiLineString(LineString[] lines) ConstructorPolygon(LineString[] lines) polygon