examples/dataaccess/DataSetAdapter.cpp File Reference
#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::PropertyCreateGeometryProperty (const std::string &name)
 
te::dt::PropertyCreateSimpleProperty (const std::string &name, int type)
 
te::dt::PropertyCreateStringProperty (const std::string &name)
 
void DataSetAdapter ()
 DataSet Adapter example. More...
 
te::dt::AbstractDataTupleToStringUpperCaseConverter (te::da::DataSet *dataset, const std::vector< int > &indexes, int)
 

Function Documentation

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.

  • Adapting... */

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   
)