28#ifndef __TERRALIB_VP_INTERNAL_MERGE_H
29#define __TERRALIB_VP_INTERNAL_MERGE_H
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);
A class that models the description of a dataset.
It models a property definition.
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
It models a property definition.
int getPropertyType(const te::dt::Property *p)
te::da::DataSourcePtr m_targetSource
std::vector< std::pair< std::string, std::string > > m_properties
MergeStrategy checkStrategy()
te::da::DataSet * m_originDs
bool executeMemory(te::vp::AlgorithmParams *mainParams)
te::da::DataSourcePtr m_originSource
bool executeQuery(te::vp::AlgorithmParams *mainParams)
void updateInputDst(te::da::DataSourceTransactor *transactor)
te::da::DataSourcePtr m_outDsrc
te::da::DataSetType * m_originDst
te::da::DataSetType * m_targetDst
bool isUpdate(const std::map< std::string, te::dt::AbstractData * > &specificParams)
std::string m_outDsetName
std::unique_ptr< te::da::DataSetType > getOutputDataSetType(te::vp::AlgorithmParams *mainParams)
std::vector< std::pair< std::string, std::string > > getPropNames(const std::map< std::string, te::dt::AbstractData * > &specificParams)
bool isPrimaryKeyProperty(const te::da::DataSetType *dst, const std::string &p)
te::da::DataSet * m_targetDs
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Enumerations related to Geometry module.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
Namespace for the DataAccess API of TerraLib.
boost::shared_ptr< DataSource > DataSourcePtr
Namespace for the Data Type module of TerraLib.
Namespace for Vector Processing module of TerraLib.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.