OGRExample.cpp File Reference

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...
 

Function Documentation

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().