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
- geometry.png (16.2 kB) - added by seang on 02/22/06 17:55:39.

