GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry
closed New in Django 1.10. Returns whether
GEOSGeometry.contains(other) Returns True if other.within(this) returns True.
GEOSGeometry.srs Returns a
class Polygon(*args, **kwargs) Polygon objects may be instantiated by passing in parameters that represent the
write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:
GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance
fromstr(string, srid=None)
contains_properly(other)
precision New in Django 1.10. This property
Page 5 of 10