Uses of Class
io.vertx.mysqlclient.data.spatial.Geometry
Packages that use Geometry
-
Uses of Geometry in io.vertx.mysqlclient.data.spatial
Subclasses of Geometry in io.vertx.mysqlclient.data.spatialModifier and TypeClassDescriptionclassA GeomCollection is a geometry that is a collection of zero or more geometries of any class.classA LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.classA MultiLineString is a MultiCurve geometry collection composed of LineString elements.classA MultiPoint is a geometry collection composed of Point elements.classA MultiPolygon is a MultiSurface object composed of Polygon elements.classA Point is a geometry that represents a single location in coordinate space.classA Polygon is a planar Surface representing a multisided geometry.Methods in io.vertx.mysqlclient.data.spatial that return GeometryMethods in io.vertx.mysqlclient.data.spatial that return types with arguments of type GeometryMethod parameters in io.vertx.mysqlclient.data.spatial with type arguments of type GeometryConstructors in io.vertx.mysqlclient.data.spatial with parameters of type GeometryConstructor parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Geometry