GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).
GEOSGeometry.contains(other) Returns True if other.within(this) returns True.
GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.
GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance
GEOSGeometry.prepared Returns a GEOS PreparedGeometry for the contents of this geometry. PreparedGeometry
crosses(other)
GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:
GEOSGeometry.relate(other) Returns the DE-9IM intersection matrix (a string) representing the topological relationship between
GEOSGeometry.ogr Returns an
GEOSGeometry.kml Returns a
Page 5 of 10