fromstr(string, srid=None)
GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**
GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry
outdim See WKBWriter.outdim.
GEOSGeometry.project_normalized(point) Returns the distance (float) from the origin of the geometry (LineString
GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:
GEOSGeometry.simple Returns a boolean indicating whether the geometry is ‘simple’. A geometry is simple if and only if it does
GEOSGeometry.buffer(width, quadsegs=8) Returns a GEOSGeometry that represents all points whose distance from this
overlaps(other)
GEOSGeometry.crosses(other) Returns True if the DE-9IM intersection matrix for the two Geometries is T*T******
Page 7 of 10