Uses of Class
io.vertx.mysqlclient.data.spatial.Geometry
-
Packages that use Geometry Package Description io.vertx.mysqlclient.data.spatial -
-
Uses of Geometry in io.vertx.mysqlclient.data.spatial
Subclasses of Geometry in io.vertx.mysqlclient.data.spatial Modifier and Type Class Description class
GeometryCollection
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.class
LineString
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.class
MultiLineString
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.class
MultiPoint
A MultiPoint is a geometry collection composed of Point elements.class
MultiPolygon
A MultiPolygon is a MultiSurface object composed of Polygon elements.class
Point
A Point is a geometry that represents a single location in coordinate space.class
Polygon
A Polygon is a planar Surface representing a multisided geometry.Methods in io.vertx.mysqlclient.data.spatial that return Geometry Modifier and Type Method Description Geometry
Geometry. setSRID(long SRID)
Methods in io.vertx.mysqlclient.data.spatial that return types with arguments of type Geometry Modifier and Type Method Description List<Geometry>
GeometryCollection. getGeometries()
Method parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Geometry Modifier and Type Method Description GeometryCollection
GeometryCollection. setGeometries(List<Geometry> geometries)
Constructors in io.vertx.mysqlclient.data.spatial with parameters of type Geometry Constructor Description Geometry(Geometry other)
Constructor parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Geometry Constructor Description GeometryCollection(long SRID, List<Geometry> geometries)
-