Go to the source code of this file.
Functions | |
| void | DataSourceTransactor () |
| void | GDALExample () |
| An example using GDAL data source driver. More... | |
| void | OpenDirectory () |
| void | OpenFile () |
| void DataSourceTransactor | ( | ) |
Definition at line 92 of file GDALExample.cpp.
References ds, te::da::DataSourceFactory::make(), and PrintDataSet().
Referenced by GDALExample(), and te::sqlite::DataSource::getTransactor().
| void GDALExample | ( | ) |
An example using GDAL data source driver.
Definition at line 129 of file GDALExample.cpp.
References DataSourceTransactor(), OpenDirectory(), and OpenFile().
Referenced by main().
| void OpenDirectory | ( | ) |
Definition at line 48 of file GDALExample.cpp.
References ds, te::da::DataSourceFactory::make(), and PrintDataSets().
Referenced by GDALExample().
| void OpenFile | ( | ) |
Definition at line 8 of file GDALExample.cpp.
References te::da::DataSourceFactory::make(), and PrintDataSets().
Referenced by GDALExample().