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

class GeometryCollection(*args, **kwargs) GeometryCollection objects may be instantiated by passing in other

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

GEOSGeometry.project_normalized(point) Returns the distance (float) from the origin of the geometry (LineString

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

class WKBWriter(dim=2) WKBWriter provides the most control over its output. By default it returns OGC-compliant

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

GEOSGeometry.ewkt Returns the “extended” Well-Known Text of the geometry. This representation is specific to PostGIS and is

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

GEOSGeometry.crosses(other) Returns True if the DE-9IM intersection matrix for the two Geometries is T*T******

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

srid Set this property with a boolean to indicate whether the SRID of the geometry should be included with the WKB representation

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

intersects(other)

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

cascaded_union Deprecated since version 1.10: Use the GEOSGeometry

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

class WKTReader Example: >>> from django

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

class Point(x=None, y=None, z=None, srid=None) Point objects are instantiated using arguments that represent the

2025-01-10 15:47:30