gis.geos.GEOSGeometry.length
  • References/Python/Django/API/GEOS API

GEOSGeometry.length Returns the length of this geometry (e.g., 0 for a Point, the length of a LineString

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

GEOSGeometry.relate(other) Returns the DE-9IM intersection matrix (a string) representing the topological relationship between

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

class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a

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

GEOSGeometry.buffer(width, quadsegs=8) Returns a GEOSGeometry that represents all points whose distance from this

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

GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:

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

outdim See WKBWriter.outdim.

2025-01-10 15:47:30