Package | Description |
---|---|
io.vertx.mysqlclient.data.spatial |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
Geometry.setSRID(long SRID) |
Modifier and Type | Method and Description |
---|---|
List<Geometry> |
GeometryCollection.getGeometries() |
Modifier and Type | Method and Description |
---|---|
GeometryCollection |
GeometryCollection.setGeometries(List<Geometry> geometries) |
Constructor and Description |
---|
Geometry(Geometry other) |
Constructor and Description |
---|
GeometryCollection(long SRID,
List<Geometry> geometries) |
Copyright © 2021 Eclipse. All rights reserved.