cascaded_union Deprecated since version 1.10: Use the GEOSGeometry
GEOSGeometry.project_normalized(point) Returns the distance (float) from the origin of the geometry (LineString
GEOSGeometry.simple Returns a boolean indicating whether the geometry is ‘simple’. A geometry is simple if and only if it does
class Point(x=None, y=None, z=None, srid=None) Point objects are instantiated using arguments that represent the
srid Set this property with a boolean to indicate whether the SRID of the geometry should be included with the WKB representation
outdim See WKBWriter.outdim.
class WKBWriter(dim=2) WKBWriter provides the most control over its output. By default it returns OGC-compliant
overlaps(other)
GEOSGeometry.crosses(other) Returns True if the DE-9IM intersection matrix for the two Geometries is T*T******
GEOSGeometry.buffer(width, quadsegs=8) Returns a GEOSGeometry that represents all points whose distance from this
Page 8 of 10