crosses(other)
GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom
GEOSGeometry.contains(other) Returns True if other.within(this) returns True.
GEOSGeometry.disjoint(other) Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****
GEOSGeometry.transform(ct, clone=False) Transforms the geometry according to the given coordinate transformation parameter (ct)
touches(other)
GEOSGeometry.length Returns the length of this geometry (e.g., 0 for a Point, the length of a LineString
class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a
GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:
GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**
Page 5 of 10