28 #ifndef __TERRALIB_VP_INTERNAL_MERGE_H    29 #define __TERRALIB_VP_INTERNAL_MERGE_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/dataset/DataSetType.h"    35 #include "../dataaccess/datasource/DataSource.h"    37 #include "../datatype/Property.h"    39 #include "../geometry/Enums.h"    40 #include "../memory/DataSet.h"    54   namespace da { 
class DataSourceTransactor; }
    56   namespace dt { 
class Property; }
    83       std::vector<std::pair<std::string, std::string> > getPropNames(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    87       bool isUpdate(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
   118 #endif // __TERRALIB_VP_INTERNAL_MERGE_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourcePtr m_originSource
 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
std::vector< std::pair< std::string, std::string > > m_properties
 
te::da::DataSetType * m_originDst
 
te::da::DataSourcePtr m_targetSource
 
std::string m_outDsetName
 
It models a property definition. 
 
Define input/output parameters for an operation. 
 
te::da::DataSet * m_targetDs
 
te::da::DataSourcePtr m_outDsrc
 
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
 
te::da::DataSetType * m_targetDst
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
Configuration flags for the Terrralib Vector Processing module. 
 
te::da::DataSet * m_originDs