GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.
GEOSGeometry.length Returns the length of this geometry (e.g., 0 for a Point, the length of a LineString
GEOSGeometry.ogr Returns an
GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry
write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:
precision New in Django 1.10. This property
GEOSGeometry.srs Returns a
GEOSGeometry.contains(other) Returns True if other.within(this) returns True.
fromstr(string, srid=None)
closed New in Django 1.10. Returns whether
Page 6 of 10