@@ -112,5 +112,14 @@ console.log(query6.sql, query6.parameters);
112112- boundary(geo column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Boundary.html )
113113- buffer(geo column | GeoJSON /_ object, string_ /, radius), see [ postgis documentation] ( https://postgis.net/docs/ST_Buffer.html )
114114- centroid(geo column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Centroid.html )
115+ - contains(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Contains.html )
116+ - covers(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Covers.html )
117+ - crosses(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Crosses.html )
118+ - dWithin(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /, distance number), see [ postgis documentation] ( https://postgis.net/docs/ST_DWithin.html )
119+ - difference(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Difference.html )
120+ - disjoint(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Disjoint.html )
121+ - distance(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Distance.html )
122+ - distanceSphere(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Distance_Sphere.html )
123+ - equals(geoa column | GeoJSON /_ object, string_ /, geob column | GeoJSON /_ object, string_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_Equals.html )
115124- geomFromGeoJSON(GeoJSON /_ object, string or column name_ /), see [ postgis documentation] ( https://postgis.net/docs/ST_GeomFromGeoJSON.html )
116125- geomFromText(WKT string, { srid? }), see [ postgis documentation] ( http://www.postgis.net/docs/ST_GeomFromText.html )
0 commit comments