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

class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString

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.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.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