Geometry Design

GEOSGeometry is implemented as a C extension using the GEOS C API. It provides all the spatial predicates (intersects, within, touches, etc).

Geometry derives from GEOSGeometry for more convenient use with Python. Point (shown), LineString?, Polygon, etc (not shown) all derive from Geometry.

Attachments