GEOSGeometry.interpolate(distance)
GEOSGeometry.simple Returns a boolean indicating whether the geometry is ‘simple’. A geometry is simple if and only if it does
closed New in Django 1.10. Returns True
within(other)
GEOSGeometry.dims Returns the dimension of the geometry: 0
GEOSGeometry.project(point)
GEOSGeometry.centroid Returns a Point object representing the geometric center of the geometry. The point is not
GEOSGeometry.equals(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**FFF*
GEOSGeometry.convex_hull Returns the smallest Polygon that contains all the points in the geometry.
GEOSGeometry.hex Returns the WKB of this Geometry in hexadecimal form. Please note that the SRID value is not included in this
Page 9 of 10