26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H 
   27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H 
   31 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   32 #include "../../datatype/Property.h" 
   33 #include "../../maptools/AbstractLayer.h" 
   34 #include "../../statistics/core/Utils.h" 
   36 #include "../Config.h" 
   48 namespace Ui { 
class VectorToVectorDialogForm; }
 
   51 class QListWidgetItem;
 
   53 class QTreeWidgetItem;
 
   57   namespace attributefill
 
   75         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   94         std::map<std::string, std::vector<te::attributefill::OperationType> > 
getSelections();
 
  134         std::unique_ptr<Ui::VectorToVectorDialogForm> 
m_ui;             
 
bool isPoint(te::gm::GeomType type)
 
std::unique_ptr< Ui::VectorToVectorDialogForm > m_ui
User interface.
 
std::map< std::string, std::vector< te::attributefill::OperationType > > getSelections()
 
te::map::AbstractLayerPtr getCurrentToLayer()
 
void onTargetFileToolButtonPressed()
 
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
 
void onRejectAllComboBoxChanged(int index)
 
void setFunctionsByLayer(te::map::AbstractLayerPtr layer)
 
te::map::AbstractLayerPtr m_outLayer
 
te::gm::GeomType getCurrentToLayerGeomType()
 
te::map::AbstractLayerPtr getCurrentFromLayer()
 
bool isValidPropertyType(const int type)
 
std::vector< std::string > m_outputAttributes
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
 
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
 
void onTargetDatasourceToolButtonPressed()
 
bool isPolygon(te::gm::GeomType type)
 
void setStatisticalSummary()
 
void onSelectAllComboBoxChanged(int index)
 
void onCancelPushButtonClicked()
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
 
void onOkPushButtonClicked()
 
bool isNumProperty(const int type)
 
std::string m_path
Output layer path;.
 
VectorToVectorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
 
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
 
void onStatisticsListWidgetItemPressed(QListWidgetItem *item)
 
bool isClassType(const int type)
 
void onFromLayerComboBoxCurrentIndexChanged(int index)
 
void onToLayerComboBoxCurrentIndexChanged(int index)
 
void onSelectAttrToolButtonPressed()
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.