gis.geos.GEOSGeometry.sym_difference()
  • References/Python/Django/API/GEOS API

GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and

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

GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for

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

covers(other)

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

GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.

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

GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.

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

GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.

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

byteorder This property may be set to change the byte-order of the geometry representation.

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

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

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

GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.

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

GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that

2025-01-10 15:47:30