@@ -75,7 +75,7 @@ Retrieves the distance between 2 geometry objects. Uses [ST_Distance](https://de
75
75
76
76
| parameter name | type | default |
77
77
| ---------------------| ---------------------| --------------|
78
- | ` $column ` | ` string ` | |
78
+ | ` $column ` | ` Geometry \ string ` | |
79
79
| ` $geometryOrColumn ` | ` Geometry \ string ` | |
80
80
| ` $alias ` | ` string ` | ` 'distance' ` |
81
81
@@ -105,7 +105,7 @@ Filters records by distance. Uses [ST_Distance](https://dev.mysql.com/doc/refman
105
105
106
106
| parameter name | type |
107
107
| ---------------------| ---------------------|
108
- | ` $column ` | ` string ` |
108
+ | ` $column ` | ` Geometry \ string ` |
109
109
| ` $geometryOrColumn ` | ` Geometry \ string ` |
110
110
| ` $operator ` | ` string ` |
111
111
| ` $value ` | ` int \ float ` |
@@ -130,7 +130,7 @@ Orders records by distance. Uses [ST_Distance](https://dev.mysql.com/doc/refman/
130
130
131
131
| parameter name | type | default |
132
132
| ---------------------| ---------------------| ---------|
133
- | ` $column ` | ` string ` | |
133
+ | ` $column ` | ` Geometry \ string ` | |
134
134
| ` $geometryOrColumn ` | ` Geometry \ string ` | |
135
135
| ` $direction ` | ` string ` | ` 'asc' ` |
136
136
@@ -161,7 +161,7 @@ Retrieves the spherical distance between 2 geometry objects. Uses [ST_Distance_S
161
161
162
162
| parameter name | type | default |
163
163
| ---------------------| ---------------------| --------------|
164
- | ` $column ` | ` string ` | |
164
+ | ` $column ` | ` Geometry \ string ` | |
165
165
| ` $geometryOrColumn ` | ` Geometry \ string ` | |
166
166
| ` $alias ` | ` string ` | ` 'distance' ` |
167
167
@@ -191,7 +191,7 @@ Filters records by spherical distance. Uses [ST_Distance_Sphere](https://dev.mys
191
191
192
192
| parameter name | type |
193
193
| ---------------------| ---------------------|
194
- | ` $column ` | ` string ` |
194
+ | ` $column ` | ` Geometry \ string ` |
195
195
| ` $geometryOrColumn ` | ` Geometry \ string ` |
196
196
| ` $operator ` | ` string ` |
197
197
| ` $value ` | ` int \ float ` |
@@ -216,7 +216,7 @@ Orders records by spherical distance. Uses [ST_Distance_Sphere](https://dev.mysq
216
216
217
217
| parameter name | type | default |
218
218
| ---------------------| ---------------------| ---------|
219
- | ` $column ` | ` string ` | |
219
+ | ` $column ` | ` Geometry \ string ` | |
220
220
| ` $geometryOrColumn ` | ` Geometry \ string ` | |
221
221
| ` $direction ` | ` string ` | ` 'asc' ` |
222
222
@@ -247,7 +247,7 @@ Filters records by the [ST_Within](https://dev.mysql.com/doc/refman/8.0/en/spati
247
247
248
248
| parameter name | type |
249
249
| ---------------------| ---------------------|
250
- | ` $column ` | ` string ` |
250
+ | ` $column ` | ` Geometry \ string ` |
251
251
| ` $geometryOrColumn ` | ` Geometry \ string ` |
252
252
253
253
<details ><summary >Example</summary >
@@ -267,7 +267,7 @@ Filters records by the [ST_Within](https://dev.mysql.com/doc/refman/8.0/en/spati
267
267
268
268
| parameter name | type |
269
269
| ---------------------| ---------------------|
270
- | ` $column ` | ` string ` |
270
+ | ` $column ` | ` Geometry \ string ` |
271
271
| ` $geometryOrColumn ` | ` Geometry \ string ` |
272
272
273
273
<details ><summary >Example</summary >
@@ -287,7 +287,7 @@ Filters records by the [ST_Contains](https://dev.mysql.com/doc/refman/8.0/en/spa
287
287
288
288
| parameter name | type |
289
289
| ---------------------| ---------------------|
290
- | ` $column ` | ` string ` |
290
+ | ` $column ` | ` Geometry \ string ` |
291
291
| ` $geometryOrColumn ` | ` Geometry \ string ` |
292
292
293
293
<details ><summary >Example</summary >
@@ -307,7 +307,7 @@ Filters records by the [ST_Contains](https://dev.mysql.com/doc/refman/8.0/en/spa
307
307
308
308
| parameter name | type |
309
309
| ---------------------| ---------------------|
310
- | ` $column ` | ` string ` |
310
+ | ` $column ` | ` Geometry \ string ` |
311
311
| ` $geometryOrColumn ` | ` Geometry \ string ` |
312
312
313
313
<details ><summary >Example</summary >
@@ -327,7 +327,7 @@ Filters records by the [ST_Touches](https://dev.mysql.com/doc/refman/8.0/en/spat
327
327
328
328
| parameter name | type |
329
329
| ---------------------| ---------------------|
330
- | ` $column ` | ` string ` |
330
+ | ` $column ` | ` Geometry \ string ` |
331
331
| ` $geometryOrColumn ` | ` Geometry \ string ` |
332
332
333
333
<details ><summary >Example</summary >
@@ -347,7 +347,7 @@ Filters records by the [ST_Intersects](https://dev.mysql.com/doc/refman/8.0/en/s
347
347
348
348
| parameter name | type |
349
349
| ---------------------| ---------------------|
350
- | ` $column ` | ` string ` |
350
+ | ` $column ` | ` Geometry \ string ` |
351
351
| ` $geometryOrColumn ` | ` Geometry \ string ` |
352
352
353
353
<details ><summary >Example</summary >
@@ -367,7 +367,7 @@ Filters records by the [ST_Crosses](https://dev.mysql.com/doc/refman/8.0/en/spat
367
367
368
368
| parameter name | type |
369
369
| ---------------------| ---------------------|
370
- | ` $column ` | ` string ` |
370
+ | ` $column ` | ` Geometry \ string ` |
371
371
| ` $geometryOrColumn ` | ` Geometry \ string ` |
372
372
373
373
<details ><summary >Example</summary >
@@ -387,7 +387,7 @@ Filters records by the [ST_Disjoint](https://dev.mysql.com/doc/refman/8.0/en/spa
387
387
388
388
| parameter name | type |
389
389
| ---------------------| ---------------------|
390
- | ` $column ` | ` string ` |
390
+ | ` $column ` | ` Geometry \ string ` |
391
391
| ` $geometryOrColumn ` | ` Geometry \ string ` |
392
392
393
393
<details ><summary >Example</summary >
@@ -407,7 +407,7 @@ Filters records by the [ST_Equal](https://dev.mysql.com/doc/refman/8.0/en/spatia
407
407
408
408
| parameter name | type |
409
409
| ---------------------| ---------------------|
410
- | ` $column ` | ` string ` |
410
+ | ` $column ` | ` Geometry \ string ` |
411
411
| ` $geometryOrColumn ` | ` Geometry \ string ` |
412
412
413
413
<details ><summary >Example</summary >
@@ -425,11 +425,11 @@ Place::query()
425
425
426
426
Filters records by the [ ST_Srid] ( https://dev.mysql.com/doc/refman/8.0/en/gis-general-property-functions.html#function_st-srid ) function.
427
427
428
- | parameter name | type |
429
- | ----------------| ----------|
430
- | ` $column ` | ` string ` |
431
- | ` $operator ` | ` string ` |
432
- | ` $value ` | ` int ` |
428
+ | parameter name | type |
429
+ | ----------------| --------------------- |
430
+ | ` $column ` | ` Geometry \ string` |
431
+ | ` $operator ` | ` string ` |
432
+ | ` $value ` | ` int ` |
433
433
434
434
<details ><summary >Example</summary >
435
435
@@ -441,4 +441,3 @@ Place::query()
441
441
->exists(); // true
442
442
```
443
443
</details >
444
-
0 commit comments