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

GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not

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

GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.

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

GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included

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

GEOSGeometry.num_coords Returns the number of coordinates in the geometry.

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

class WKBReader Example: >>> from django

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

GEOSGeometry.empty Returns whether or not the set of points in the geometry is empty.

2025-01-10 15:47:30