Go to the documentation of this file.
26 #ifndef __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H
27 #define __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../AlgorithmParams.h"
35 #include "../Config.h"
44 namespace Ui {
class IdentityDialogForm; }
52 class DoubleInputListWidget;
90 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
122 std::unique_ptr<Ui::IdentityDialogForm>
m_ui;
136 std::unique_ptr<te::qt::widgets::DoubleInputListWidget>
142 #endif // __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H
void updateIntersectionLayerComboBox()
void updateInputLayerComboBox()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
void updateDoubleListWidget()
std::unique_ptr< te::qt::widgets::DoubleInputListWidget > m_inputDoubleInputListWidget
void onTargetFileToolButtonPressed()
void onTargetDatasourceToolButtonPressed()
std::vector< std::string > m_warnings
Warnings during the operation.
bool m_toFile
The result is in a file?
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::map::AbstractLayerPtr m_layerResult
Generated Layer.
std::list< te::map::AbstractLayerPtr > m_layers
The vector layers in Layer Explorer.
std::vector< te::vp::InputParams > m_inputParams
A vector of input parameters.
A dialog used to execute vector identity.
te::map::AbstractLayerPtr m_inputSelectedLayer
Input layer selected.
std::vector< std::string > getWarnings()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::unique_ptr< Ui::IdentityDialogForm > m_ui
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_intersectionSelectedLayer
Identity layer selected.
A dataset is the unit of information manipulated by the data access module of TerraLib.
te::map::AbstractLayerPtr getLayer()
IdentityDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::map< int, std::vector< std::string > > getSelectedProperties()
void onCancelPushButtonClicked()
te::da::DataSetType * m_dataSetType
void onIntersectionLayerComboBoxChanged(int index)
A class that models the description of a dataset.
void onInputLayerComboBoxChanged(int index)
te::vp::AlgorithmParams * m_params
Algorithm parameters.
te::da::DataSet * m_dataSet