#include "../Config.h"#include "DataAccessExamples.h"#include <terralib/dataaccess.h>#include <terralib/datatype/Property.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | OGRExampleRead () |
| An example using OGR data source driver to retrieve data from a datafile. More... | |
| void | ORGExampleWrite () |
| An example using OGR data source driver to persist data to a datafile. More... | |
| void OGRExampleRead | ( | ) |
An example using OGR data source driver to retrieve data from a datafile.
Definition at line 13 of file OGRExample.cpp.
References ds, te::da::DataSourceFactory::make(), PrintDataSet(), and PrintDataSourceCapabilities().
Referenced by main().
| void ORGExampleWrite | ( | ) |
An example using OGR data source driver to persist data to a datafile.
Definition at line 65 of file OGRExample.cpp.
References CreateDataSetTypeInMemory(), CreatingDataSetInMemoryGivingDt(), ds, te::da::DataSourceFactory::make(), te::da::DataSet::moveBeforeFirst(), and PrintDataSet().
Referenced by main().