|
@@ -37,7 +37,7 @@ Measurement Relationships Operations Edi
|
|
|
|
|
|
.. class:: Area(expression, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-polygon-property-functions.html#function_area>`__,
|
|
|
Oracle, `PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite
|
|
|
|
|
@@ -52,7 +52,7 @@ geographic SRSes.
|
|
|
|
|
|
.. class:: AsGeoJSON(expression, bbox=False, crs=False, precision=8, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB (≥ 10.2.4), `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-geojson-functions.html#function_st-asgeojson>`__ (≥ 5.7.5),
|
|
|
`PostGIS <https://postgis.net/docs/ST_AsGeoJSON.html>`__, SpatiaLite
|
|
|
|
|
@@ -194,7 +194,7 @@ The ``num_seg`` parameter is used only on PostGIS.
|
|
|
|
|
|
.. class:: Centroid(expression, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-polygon-property-functions.html#function_st-centroid>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_Centroid.html>`__, Oracle, SpatiaLite
|
|
|
|
|
@@ -206,7 +206,7 @@ value of the geometry.
|
|
|
|
|
|
.. class:: Difference(expr1, expr2, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-operator-functions.html#function_st-difference>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_Difference.html>`__, Oracle, SpatiaLite
|
|
|
|
|
@@ -219,7 +219,7 @@ geometry B.
|
|
|
|
|
|
.. class:: Distance(expr1, expr2, spheroid=None, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-relation-functions-object-shapes.html#function_st-distance>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_Distance.html>`__, Oracle, SpatiaLite
|
|
|
|
|
@@ -265,7 +265,7 @@ queryset is calculated::
|
|
|
|
|
|
.. class:: Envelope(expression, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-general-property-functions.html#function_st-envelope>`__,
|
|
|
`Oracle <https://docs.oracle.com/en/database/oracle/oracle-database/18/spatl/
|
|
|
SDO_GEOM-reference.html#GUID-646638D0-2C5F-490A-AF63-DE9B7A4C97C1__CHDJCEIH>`__,
|
|
@@ -326,7 +326,7 @@ it provides index-assisted nearest-neighbor result sets.
|
|
|
|
|
|
.. class:: Intersection(expr1, expr2, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-operator-functions.html#function_st-intersection>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_Intersection.html>`__, Oracle, SpatiaLite
|
|
|
|
|
@@ -350,7 +350,7 @@ Returns ``True`` if its value is a valid geometry and ``False`` otherwise.
|
|
|
|
|
|
.. class:: Length(expression, spheroid=True, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-linestring-property-functions.html#function_st-length>`__,
|
|
|
Oracle, `PostGIS <https://postgis.net/docs/ST_Length.html>`__, SpatiaLite
|
|
|
|
|
@@ -404,7 +404,7 @@ Accepts a single geographic field or expression and returns the memory size
|
|
|
|
|
|
.. class:: NumGeometries(expression, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-geometrycollection-property-functions.html#function_st-numgeometries>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_NumGeometries.html>`__, Oracle,
|
|
|
SpatiaLite
|
|
@@ -420,7 +420,7 @@ On MySQL, returns ``None`` for single geometries.
|
|
|
|
|
|
.. class:: NumPoints(expression, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/gis-linestring-property-functions.html#function_st-numpoints>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_NPoints.html>`__, Oracle, SpatiaLite
|
|
|
|
|
@@ -499,7 +499,7 @@ Number of Arguments Description
|
|
|
|
|
|
.. class:: SymDifference(expr1, expr2, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-operator-functions.html#function_st-symdifference>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_SymDifference.html>`__, Oracle,
|
|
|
SpatiaLite
|
|
@@ -543,7 +543,7 @@ parameters.
|
|
|
|
|
|
.. class:: Union(expr1, expr2, **extra)
|
|
|
|
|
|
-*Availability*: `MySQL
|
|
|
+*Availability*: MariaDB, `MySQL
|
|
|
<https://dev.mysql.com/doc/refman/en/spatial-operator-functions.html#function_st-union>`__,
|
|
|
`PostGIS <https://postgis.net/docs/ST_Union.html>`__, Oracle, SpatiaLite
|
|
|
|