GEOSGeometry.ewkt Returns the “extended” Well-Known Text of the geometry. This representation is specific to PostGIS and is
class WKTReader Example: >>> from django
GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other
contains(other)
closed New in Django 1.10. Returns True
GEOSGeometry.dims Returns the dimension of the geometry: 0
GEOSGeometry.geojson Alias for GEOSGeometry.json.
class GEOSGeometry(geo_input, srid=None)
GEOSGeometry.geom_typeid Returns the GEOS geometry type identification number. The following table shows the value for each
GEOSGeometry.convex_hull Returns the smallest Polygon that contains all the points in the geometry.
Page 9 of 10