gis.geos.GEOSGeometry.envelope
  • References/Python/Django/API/GEOS API

GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can

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

GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.

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.ogr
  • References/Python/Django/API/GEOS API

GEOSGeometry.ogr Returns an

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.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.coords
  • References/Python/Django/API/GEOS API

GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.

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
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.wkt
  • References/Python/Django/API/GEOS API

GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).

2025-01-10 15:47:30