class PostGISAdapter:
Undocumented
Class Method | _fix_polygon |
Undocumented |
Method | __conform__ |
Does the given protocol conform to what Psycopg2 expects? |
Method | __eq__ |
Undocumented |
Method | __hash__ |
Undocumented |
Method | __init__ |
Initialize on the spatial object. |
Method | __str__ |
Undocumented |
Method | getquoted |
Return a properly quoted string for use in PostgreSQL/PostGIS. |
Method | prepare |
This method allows escaping the binary in the style required by the server's standard_conforming_string setting. |
Instance Variable | _adapter |
Undocumented |
Instance Variable | ewkb |
Undocumented |
Instance Variable | geography |
Undocumented |
Instance Variable | is_geometry |
Undocumented |
Instance Variable | srid |
Undocumented |