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

GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.

2025-01-10 15:47:30
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.ogr
  • References/Python/Django/API/GEOS API

GEOSGeometry.ogr Returns an

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

GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry

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

write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:

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

precision New in Django 1.10. This property

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

GEOSGeometry.srs Returns a

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

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

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

fromstr(string, srid=None)

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

closed New in Django 1.10. Returns whether

2025-01-10 15:47:30