closed New in Django 1.10. Returns whether
GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry
GEOSGeometry.relate(other) Returns the DE-9IM intersection matrix (a string) representing the topological relationship between
GEOSGeometry.ogr Returns an
class Polygon(*args, **kwargs) Polygon objects may be instantiated by passing in parameters that represent the
GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance
contains_properly(other)
precision New in Django 1.10. This property
GEOSGeometry.srs Returns a
write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:
Page 6 of 10