gis.geos.WKBReader
  • References/Python/Django/API/GEOS API

class WKBReader Example: >>> from django

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

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

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

GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification

2025-01-10 15:47:30
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.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.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.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.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