Skip to content

Commit a97bde2

Browse files
authored
MySQL geometric data type should not be Vert.x data object (#622)
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
1 parent 07cb34c commit a97bde2

17 files changed

+0
-569
lines changed
Lines changed: 0 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,5 @@
11
= Cheatsheets
22

3-
[[Geometry]]
4-
== Geometry
5-
6-
++++
7-
Geometry is an abstract class which represents the base of MySQL geometry data type.
8-
++++
9-
'''
10-
11-
[cols=">25%,25%,50%"]
12-
[frame="topbot"]
13-
|===
14-
^|Name | Type ^| Description
15-
|[[srid]]`@srid`|`Number (long)`|-
16-
|===
17-
18-
[[GeometryCollection]]
19-
== GeometryCollection
20-
21-
++++
22-
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
23-
++++
24-
'''
25-
26-
[cols=">25%,25%,50%"]
27-
[frame="topbot"]
28-
|===
29-
^|Name | Type ^| Description
30-
|[[srid]]`@srid`|`Number (long)`|-
31-
|===
32-
33-
[[LineString]]
34-
== LineString
35-
36-
++++
37-
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
38-
++++
39-
'''
40-
41-
[cols=">25%,25%,50%"]
42-
[frame="topbot"]
43-
|===
44-
^|Name | Type ^| Description
45-
|[[srid]]`@srid`|`Number (long)`|-
46-
|===
47-
48-
[[MultiLineString]]
49-
== MultiLineString
50-
51-
++++
52-
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.
53-
++++
54-
'''
55-
56-
[cols=">25%,25%,50%"]
57-
[frame="topbot"]
58-
|===
59-
^|Name | Type ^| Description
60-
|[[srid]]`@srid`|`Number (long)`|-
61-
|===
62-
63-
[[MultiPoint]]
64-
== MultiPoint
65-
66-
++++
67-
A MultiPoint is a geometry collection composed of Point elements. The points are not connected or ordered in any way.
68-
++++
69-
'''
70-
71-
[cols=">25%,25%,50%"]
72-
[frame="topbot"]
73-
|===
74-
^|Name | Type ^| Description
75-
|[[srid]]`@srid`|`Number (long)`|-
76-
|===
77-
78-
[[MultiPolygon]]
79-
== MultiPolygon
80-
81-
++++
82-
A MultiPolygon is a MultiSurface object composed of Polygon elements.
83-
++++
84-
'''
85-
86-
[cols=">25%,25%,50%"]
87-
[frame="topbot"]
88-
|===
89-
^|Name | Type ^| Description
90-
|[[srid]]`@srid`|`Number (long)`|-
91-
|===
92-
933
[[MySQLAuthOptions]]
944
== MySQLAuthOptions
955

@@ -204,35 +114,3 @@ Sets how affected rows are calculated on update/delete/insert, if set to <code>t
204114
|[[user]]`@user`|`String`|-
205115
|===
206116

207-
[[Point]]
208-
== Point
209-
210-
++++
211-
A Point is a geometry that represents a single location in coordinate space.
212-
++++
213-
'''
214-
215-
[cols=">25%,25%,50%"]
216-
[frame="topbot"]
217-
|===
218-
^|Name | Type ^| Description
219-
|[[srid]]`@srid`|`Number (long)`|-
220-
|[[x]]`@x`|`Number (double)`|-
221-
|[[y]]`@y`|`Number (double)`|-
222-
|===
223-
224-
[[Polygon]]
225-
== Polygon
226-
227-
++++
228-
A Polygon is a planar Surface representing a multisided geometry. It is defined by a single exterior boundary and zero or more interior boundaries, where each interior boundary defines a hole in the Polygon.
229-
++++
230-
'''
231-
232-
[cols=">25%,25%,50%"]
233-
[frame="topbot"]
234-
|===
235-
^|Name | Type ^| Description
236-
|[[srid]]`@srid`|`Number (long)`|-
237-
|===
238-

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/GeometryCollectionConverter.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/GeometryConverter.java

Lines changed: 0 additions & 34 deletions
This file was deleted.

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/LineStringConverter.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/MultiLineStringConverter.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/MultiPointConverter.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

vertx-mysql-client/src/main/generated/io/vertx/mysqlclient/data/spatial/MultiPolygonConverter.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)