Changes between Version 5 and Version 6 of GeoDjangoDatabaseAPI


Ignore:
Timestamp:
Oct 22, 2007, 9:26:49 PM (17 years ago)
Author:
tlp
Comment:

Added missing last part of sentence about geometry input

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoDatabaseAPI

    v5 v6  
    4646}}}
    4747
    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 wFor example:
     48Thus, 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:
    4949 * GEOS Geometry:
    5050{{{
Back to Top