LoadDataSource.cpp File Reference
#include "QueryExamples.h"
#include <terralib/common.h>
#include <terralib/dataaccess.h>
#include <terralib/maptools.h>
#include <cassert>
#include <iostream>

Go to the source code of this file.

Functions

te::da::DataSetGetDataSet (te::da::Select &s, te::da::DataSourcePtr &ds)
 
te::da::DataSourcePtr LoadPGISDataSource (const std::string &dsId)
 
te::da::DataSourcePtr LoadShapeDataSource (const std::string &fileName, const std::string &dsId)
 

Function Documentation

te::da::DataSet* GetDataSet ( te::da::Select s,
te::da::DataSourcePtr ds 
)

Definition at line 93 of file LoadDataSource.cpp.

References te::da::DataSourceTransactor::query().

Referenced by main().

te::da::DataSourcePtr LoadShapeDataSource ( const std::string &  fileName,
const std::string &  dsId 
)