GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can
GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.
touches(other)
GEOSGeometry.ogr Returns an
GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:
GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom
GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.
GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**
GEOSGeometry.disjoint(other) Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****
GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).
Page 6 of 10