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; }
 
   81       MergeStrategy checkStrategy();
 
   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::DataSetType * m_inputDst
 
boost::shared_ptr< DataSource > DataSourcePtr
 
te::da::DataSourcePtr m_inputSource
 
A class that models the description of a dataset. 
 
std::vector< std::pair< std::string, std::string > > m_properties
 
std::string m_outDsetName
 
It models a property definition. 
 
Define input/output parameters for an operation. 
 
te::da::DataSet * m_inputDs
 
te::da::DataSetType * m_mergeDst
 
te::da::DataSourcePtr m_outDsrc
 
te::da::DataSet * m_mergeDs
 
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
 
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::DataSourcePtr m_mergeSource