gis.geos.PreparedGeometry.crosses()
  • References/Python/Django/API/GEOS API

crosses(other)

2025-01-10 15:47:30
gis.geos.GEOSGeometry.distance()
  • References/Python/Django/API/GEOS API

GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom

2025-01-10 15:47:30
gis.geos.GEOSGeometry.contains()
  • References/Python/Django/API/GEOS API

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

2025-01-10 15:47:30
gis.geos.GEOSGeometry.disjoint()
  • References/Python/Django/API/GEOS API

GEOSGeometry.disjoint(other) Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****

2025-01-10 15:47:30
gis.geos.GEOSGeometry.transform()
  • References/Python/Django/API/GEOS API

GEOSGeometry.transform(ct, clone=False) Transforms the geometry according to the given coordinate transformation parameter (ct)

2025-01-10 15:47:30
gis.geos.PreparedGeometry.touches()
  • References/Python/Django/API/GEOS API

touches(other)

2025-01-10 15:47:30
gis.geos.GEOSGeometry.length
  • References/Python/Django/API/GEOS API

GEOSGeometry.length Returns the length of this geometry (e.g., 0 for a Point, the length of a LineString

2025-01-10 15:47:30
gis.geos.PreparedGeometry
  • References/Python/Django/API/GEOS API

class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a

2025-01-10 15:47:30
gis.geos.GEOSGeometry.srid
  • References/Python/Django/API/GEOS API

GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:

2025-01-10 15:47:30
gis.geos.GEOSGeometry.overlaps()
  • References/Python/Django/API/GEOS API

GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**

2025-01-10 15:47:30