Changes between Version 5 and Version 6 of GeoDjangoDatabaseAPI
- Timestamp:
- Oct 22, 2007, 9:26:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoDatabaseAPI
v5 v6 46 46 }}} 47 47 48 Thus, geometry parameters may be passed in using the `GEOSGeometry` object, WKT (Well Known Text) or HEXEWKB (PostGIS specific, essentially a WKB geometry in hexadecimal). Essentially, if the input is not a `GEOSGeometry` object, it w For example:48 Thus, geometry parameters may be passed in using the `GEOSGeometry` object, WKT (Well Known Text) or HEXEWKB (PostGIS specific, essentially a WKB geometry in hexadecimal). Essentially, if the input is not a `GEOSGeometry` object, it will try interpret it as WKT or HEXEWKB. For example: 49 49 * GEOS Geometry: 50 50 {{{