26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H
27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../datatype/Property.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../../statistics/core/Utils.h"
34 #include "../Config.h"
46 namespace Ui {
class VectorToVectorDialogForm; }
49 class QListWidgetItem;
51 class QTreeWidgetItem;
55 namespace attributefill
73 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
82 void setLogPath(
const std::string& path);
88 void setStatisticalSummary();
94 std::map<std::string, std::vector<te::attributefill::OperationType> > getSelections();
100 bool isValidPropertyType(
const int type);
102 bool isClassType(
const int type);
106 bool isNumProperty(
const int type);
110 void onTargetDatasourceToolButtonPressed();
112 void onTargetFileToolButtonPressed();
114 void onFromLayerComboBoxCurrentIndexChanged(
int index);
116 void onToLayerComboBoxCurrentIndexChanged(
int index);
118 void onOkPushButtonClicked();
120 void onCancelPushButtonClicked();
122 void onSelectAttrToolButtonPressed();
124 void onSelectAllComboBoxChanged(
int index);
126 void onRejectAllComboBoxChanged(
int index);
128 void onStatisticsListWidgetItemPressed(QListWidgetItem * item);
134 std::auto_ptr<Ui::VectorToVectorDialogForm>
m_ui;
146 #endif // __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H
std::string m_path
Output layer path;.
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::vector< std::string > m_outputAttributes
std::auto_ptr< Ui::VectorToVectorDialogForm > m_ui
User interface.
te::map::AbstractLayerPtr m_outLayer
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr