Opens database.
More...
§ __init__()
def agroeyepy.Control.db_connection.ConnectDatabase.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
epsg, |
|
|
|
parent = None |
|
) |
| |
§ addClusterTable()
def agroeyepy.Control.db_connection.ConnectDatabase.addClusterTable |
( |
|
self, |
|
|
|
source, |
|
|
|
epsg_code |
|
) |
| |
Create table for cluster.
§ addSegmentTable()
def agroeyepy.Control.db_connection.ConnectDatabase.addSegmentTable |
( |
|
self, |
|
|
|
source |
|
) |
| |
Create table with object from segmentation.
§ checkName()
def agroeyepy.Control.db_connection.ConnectDatabase.checkName |
( |
|
self, |
|
|
|
name |
|
) |
| |
Check if filename is valid.
- Returns
- Returns the valid filename.
§ initColumn()
def agroeyepy.Control.db_connection.ConnectDatabase.initColumn |
( |
|
self, |
|
|
|
numBand |
|
) |
| |
Init the column name in table.
- Returns
- Returns the list of column name and column type.
§ conn
agroeyepy.Control.db_connection.ConnectDatabase.conn |
§ epsg
agroeyepy.Control.db_connection.ConnectDatabase.epsg |
§ nameDB
agroeyepy.Control.db_connection.ConnectDatabase.nameDB |
The documentation for this class was generated from the following file: