mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.1.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.
Backport of 1be9585d73 from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							731bb6479e
						
					
				
				
					commit
					701d78c95c
				
			| @@ -410,7 +410,7 @@ return a boolean. | ||||
|     The ``covers`` predicate has the following equivalent definitions: | ||||
|  | ||||
|     * Every point of the other geometry is a point of this geometry. | ||||
|     * The DE-9IM Intersection Matrix for the two geometries is | ||||
|     * The `DE-9IM`_ Intersection Matrix for the two geometries is | ||||
|       ``T*****FF*``, ``*T****FF*``, ``***T**FF*``, or ``****T*FF*``. | ||||
|  | ||||
|     If either geometry is empty, returns ``False``. | ||||
| @@ -423,6 +423,8 @@ return a boolean. | ||||
|     added benefit, ``covers()`` is more amenable to optimization and hence | ||||
|     should outperform :meth:`~GEOSGeometry.contains`. | ||||
|  | ||||
|     .. _DE-9IM: https://en.wikipedia.org/wiki/DE-9IM | ||||
|  | ||||
| .. method:: GEOSGeometry.crosses(other) | ||||
|  | ||||
|     Returns ``True`` if the DE-9IM intersection matrix for the two Geometries | ||||
|   | ||||
		Reference in New Issue
	
	Block a user