|
@@ -360,7 +360,7 @@ Lookup Type PostGIS Oracle MariaDB MySQL [#]_ S
|
|
|
:lookup:`exact <same_as>` X X X X X B
|
|
|
:lookup:`intersects` X X X X X B
|
|
|
:lookup:`isempty` X
|
|
|
-:lookup:`isvalid` X X X (≥ 11.7) X X
|
|
|
+:lookup:`isvalid` X X X X
|
|
|
:lookup:`overlaps` X X X X X B
|
|
|
:lookup:`relate` X X X X C
|
|
|
:lookup:`same_as` X X X X X B
|
|
@@ -406,11 +406,11 @@ Function PostGIS Oracle MariaDB MySQL
|
|
|
:class:`ForcePolygonCW` X X
|
|
|
:class:`FromWKB` X X X X X
|
|
|
:class:`FromWKT` X X X X X
|
|
|
-:class:`GeoHash` X X (≥ 11.7) X X (LWGEOM/RTTOPO)
|
|
|
+:class:`GeoHash` X X X (LWGEOM/RTTOPO)
|
|
|
:class:`GeometryDistance` X
|
|
|
:class:`Intersection` X X X X X
|
|
|
:class:`IsEmpty` X
|
|
|
-:class:`IsValid` X X X (≥ 11.7) X X
|
|
|
+:class:`IsValid` X X X X
|
|
|
:class:`Length` X X X X X
|
|
|
:class:`LineLocatePoint` X X
|
|
|
:class:`MakeValid` X X (LWGEOM/RTTOPO)
|
|
@@ -432,19 +432,20 @@ Aggregate Functions
|
|
|
-------------------
|
|
|
|
|
|
The following table provides a summary of what GIS-specific aggregate functions
|
|
|
-are available on each spatial backend.
|
|
|
+are available on each spatial backend. Please note that MariaDB does not
|
|
|
+support any of these aggregates, and is thus excluded from the table.
|
|
|
|
|
|
.. currentmodule:: django.contrib.gis.db.models
|
|
|
|
|
|
-======================= ======= ====== ========== ============ ==========
|
|
|
-Aggregate PostGIS Oracle MariaDB MySQL SpatiaLite
|
|
|
-======================= ======= ====== ========== ============ ==========
|
|
|
-:class:`Collect` X X (≥ 11.7) X (≥ 8.0.24) X
|
|
|
-:class:`Extent` X X X
|
|
|
+======================= ======= ====== ============ ==========
|
|
|
+Aggregate PostGIS Oracle MySQL SpatiaLite
|
|
|
+======================= ======= ====== ============ ==========
|
|
|
+:class:`Collect` X X (≥ 8.0.24) X
|
|
|
+:class:`Extent` X X X
|
|
|
:class:`Extent3D` X
|
|
|
-:class:`MakeLine` X X
|
|
|
-:class:`Union` X X X
|
|
|
-======================= ======= ====== ========== ============ ==========
|
|
|
+:class:`MakeLine` X X
|
|
|
+:class:`Union` X X X
|
|
|
+======================= ======= ====== ============ ==========
|
|
|
|
|
|
.. rubric:: Footnotes
|
|
|
.. [#fnwkt] *See* Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification For SQL <https://portal.ogc.org/files/?artifact_id=829>`_, Document 99-049 (May 5, 1999), at Ch. 3.2.5, p. 3-11 (SQL Textual Representation of Geometry).
|