26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H
27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_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"
44 namespace Ui {
class RasterToVectorDialogForm; }
47 class QListWidgetItem;
49 class QTreeWidgetItem;
53 namespace attributefill
71 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
85 std::vector<unsigned int> getSelectedBands();
92 std::vector<te::stat::StatisticalSummary> getSelectedStatistics();
99 bool getValueOption();
104 void onRasterComboBoxChanged(
int index);
106 void onVectorComboBoxChanged(
int index);
108 void onTargetDatasourceToolButtonPressed();
110 void onTargetFileToolButtonPressed();
112 void onOkPushButtonClicked();
114 void onCancelPushButtonClicked();
118 std::auto_ptr<Ui::RasterToVectorDialogForm>
m_ui;
132 #endif // __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H
te::map::AbstractLayerPtr m_vectorLayer
Vector layer.
te::map::AbstractLayerPtr m_outLayer
Generated Layer.
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::string m_path
Output layer path;.
std::auto_ptr< Ui::RasterToVectorDialogForm > m_ui
User interface.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
te::map::AbstractLayerPtr m_rasterLayer
Raster layer.