class documentation

class DbConnection:

View In Hierarchy

Undocumented

Method __init__ Constructor.
Method ​CAlculate​Intersect Undocumented
Method ​CAlculate​Intersect​By​Point Undocumented
Method ​Calculate​Intersect​GPD Undocumented
Method ​CReate​Point Undocumented
Method ​GEt​All​Tables Undocumented
Method ​GEt​All​Type​Geom​OFGeom​Colum Undocumented
Method ​GEt​Data​Type​Columns Undocumented
Method ​GEt​Geom​Type​Table Undocumented
Method ​GEt​Number​Line​Of​Table Undocumented
Method ​GEt​Srid​Table Undocumented
Method ​GEt​Table​Colum Undocumented
Method ​GEt​Tables​Collumns​All Undocumented
Method ​GEt​Tables​Geo Undocumented
Method ​GETt​Foreign​Key​Relation​Table Undocumented
Method test​Connection Undocumented
Instance Variable conn Undocumented
Instance Variable db Undocumented
Instance Variable host Undocumented
Instance Variable password Undocumented
Instance Variable port Undocumented
Instance Variable user Undocumented
def __init__(self, host, port, db, user, password):
Constructor.
def CAlculateIntersect(self, polygono, tableName, sridLayer):

Undocumented

def CAlculateIntersectByPoint(self, pointCoord, tableName, sridPoint, raio):

Undocumented

def CalculateIntersectGPD(self, input, tableName, approximation, sridLayer):

Undocumented

def CReatePoint(self, pointCoord, sridInit):

Undocumented

def GEtAllTables(self, schemaName):

Undocumented

def GEtAllTypeGeomOFGeomColum(self, schema):

Undocumented

def GEtDataTypeColumns(self, tableName):

Undocumented

def GEtGeomTypeTable(self, schema, tableName):

Undocumented

def GEtNumberLineOfTable(self, tableName):

Undocumented

def GEtSridTable(self, tableName):

Undocumented

def GEtTableColum(self, tableName, schemaName):

Undocumented

def GEtTablesCollumnsAll(self, tablesList, schemaName):

Undocumented

def GEtTablesGeo(self, schemaName):

Undocumented

def GETtForeignKeyRelationTable(self, tableName):

Undocumented

def testConnection(self):

Undocumented

conn =

Undocumented

db =

Undocumented

host =

Undocumented

password =

Undocumented

port =

Undocumented

user =

Undocumented