class documentation

class PostGISAdapter:

View In Hierarchy

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
@classmethod
def _fix_polygon(cls, poly):

Undocumented

def __conform__(self, proto):
Does the given protocol conform to what Psycopg2 expects?
def __eq__(self, other):

Undocumented

def __hash__(self):

Undocumented

def __init__(self, obj, geography=False):
Initialize on the spatial object.
def __str__(self):

Undocumented

def getquoted(self):
Return a properly quoted string for use in PostgreSQL/PostGIS.
def prepare(self, conn):
This method allows escaping the binary in the style required by the server's standard_conforming_string setting.
_adapter =

Undocumented

ewkb =

Undocumented

geography =

Undocumented

is_geometry =

Undocumented

srid =

Undocumented