Package io.vertx.mysqlclient.data.spatial
package io.vertx.mysqlclient.data.spatial
-
ClassesClassDescriptionGeometry is an abstract class which represents the base of MySQL geometry data type.A GeomCollection is a geometry that is a collection of zero or more geometries of any class.A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.A MultiLineString is a MultiCurve geometry collection composed of LineString elements.A MultiPoint is a geometry collection composed of Point elements.A MultiPolygon is a MultiSurface object composed of Polygon elements.A Point is a geometry that represents a single location in coordinate space.A Polygon is a planar Surface representing a multisided geometry.