#include "DataAccessExamples.h"#include "../Config.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/datatype.h>#include <terralib/geometry.h>#include <cassert>#include <iostream>#include <string>#include <vector>Go to the source code of this file.
Functions | |
| te::dt::Property * | CreateGeometryProperty (const std::string &name) |
| te::dt::Property * | CreateSimpleProperty (const std::string &name, int type) |
| te::dt::Property * | CreateStringProperty (const std::string &name) |
| void | DataSetAdapter () |
| DataSet Adapter example. More... | |
| te::dt::AbstractData * | TupleToStringUpperCaseConverter (te::da::DataSet *dataset, const std::vector< int > &indexes, int) |
| te::dt::Property* CreateGeometryProperty | ( | const std::string & | name | ) |
Definition at line 27 of file examples/dataaccess/DataSetAdapter.cpp.
| te::dt::Property* CreateSimpleProperty | ( | const std::string & | name, |
| int | type | ||
| ) |
Definition at line 22 of file examples/dataaccess/DataSetAdapter.cpp.
| te::dt::Property* CreateStringProperty | ( | const std::string & | name | ) |
Definition at line 17 of file examples/dataaccess/DataSetAdapter.cpp.
References te::dt::STRING.
| void DataSetAdapter | ( | ) |
DataSet Adapter example.
Definition at line 47 of file examples/dataaccess/DataSetAdapter.cpp.
References te::da::DataSourceFactory::make().
Referenced by te::da::CreateAdapter().
| te::dt::AbstractData* TupleToStringUpperCaseConverter | ( | te::da::DataSet * | dataset, |
| const std::vector< int > & | indexes, | ||
| int | |||
| ) |
Definition at line 32 of file examples/dataaccess/DataSetAdapter.cpp.
References te::common::Convert2UCase(), and te::da::DataSet::getAsString().