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

class WKTReader Example: >>> from django

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

GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other

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

contains(other)

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

closed New in Django 1.10. Returns True

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

GEOSGeometry.dims Returns the dimension of the geometry: 0

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

GEOSGeometry.geojson Alias for GEOSGeometry.json.

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

class GEOSGeometry(geo_input, srid=None)

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

GEOSGeometry.geom_typeid Returns the GEOS geometry type identification number. The following table shows the value for each

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

GEOSGeometry.convex_hull Returns the smallest Polygon that contains all the points in the geometry.

2025-01-10 15:47:30