File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
* ` LineString(Point[] | Collection<Point>) ` - [ MySQL LineString] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-linestring.html )
8
8
* ` MultiLineString(LineString[] | Collection<LineString>) ` - [ MySQL MultiLineString] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-multilinestring.html )
9
9
* ` Polygon(LineString[] | Collection<LineString>) ` - [ MySQL Polygon] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-polygon.html )
10
- * ` MultiPolygon(Polygon[] | Collectiogit n <Polygon>) ` - [ MySQL MultiPolygon] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-multipolygon.html )
10
+ * ` MultiPolygon(Polygon[] | Collection <Polygon>) ` - [ MySQL MultiPolygon] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-multipolygon.html )
11
11
* ` GeometryCollection(Geometry[] | Collection<Geometry>) ` - [ MySQL GeometryCollection] ( https://dev.mysql.com/doc/refman/8.0/en/gis-class-geometrycollection.html )
12
12
13
13
## Available spatial functions
You can’t perform that action at this time.
0 commit comments