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

GEOSGeometry.prepared Returns a GEOS PreparedGeometry for the contents of this geometry. PreparedGeometry

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

GEOSGeometry.relate(other) Returns the DE-9IM intersection matrix (a string) representing the topological relationship between

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

GEOSGeometry.kml Returns a

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

crosses(other)

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

class Polygon(*args, **kwargs) Polygon objects may be instantiated by passing in parameters that represent the

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.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.PreparedGeometry.contains_properly()
  • References/Python/Django/API/GEOS API

contains_properly(other)

2025-01-10 15:47:30