class documentation

class WKTAdapter:

Known subclasses: django.contrib.gis.db.backends.oracle.adapter.OracleSpatialAdapter, django.contrib.gis.db.backends.spatialite.adapter.SpatiaLiteAdapter

View In Hierarchy

An adaptor for Geometries sent to the MySQL and Oracle database backends.
Class Method ​_fix​_polygon Undocumented
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable srid Undocumented
Instance Variable wkt Undocumented
@classmethod
def _fix_polygon(cls, poly):
def __eq__(self, other):

Undocumented

def __hash__(self):

Undocumented

def __init__(self, geom):
def __str__(self):

Undocumented