26 #ifndef __TERRALIB_MNT_INTERNAL_IMAGEGENERATIONDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_IMAGEGENERATIONDIALOG_H
31 #include "../../dataaccess/datasource/DataSource.h"
32 #include "../../dataaccess/datasource/DataSourceInfo.h"
33 #include "../../maptools/AbstractLayer.h"
35 #include "../../qt/widgets/canvas/MapDisplay.h"
36 #include "../core/Config.h"
45 namespace Ui {
class ImageGenerationDialogForm; }
53 class RasterNavigatorWidget;
72 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
76 void setSRID(
int newSRID);
81 void drawPreview(std::unique_ptr<te::rst::Raster>& raster);
87 void onInputComboBoxChanged(
int index);
88 void onlayerSearchToolButtonClicked();
89 void onPreviewPushButtonClicked();
91 void onResXLineEditEditingFinished();
92 void onResYLineEditEditingFinished();
93 void onTargetDatasourceToolButtonPressed();
94 void onTargetFileToolButtonPressed();
95 void onHelpPushButtonClicked();
96 void onOkPushButtonClicked();
97 void onCancelPushButtonClicked();
98 void onSrsToolButtonClicked();
100 void onMapDisplayExtentChanged();
104 std::unique_ptr<Ui::ImageGenerationDialogForm>
m_ui;
boost::shared_ptr< DataSource > DataSourcePtr
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourcePtr m_inDataSource
input DataSourcePtr
std::unique_ptr< Ui::ImageGenerationDialogForm > m_ui
std::string m_inSetName
input DataSetLayer name
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::qt::widgets::Canvas * m_canvas
std::string m_outputArchive
Archive information.
std::unique_ptr< te::rst::Raster > m_previewRaster
te::qt::widgets::MapDisplay * m_mapDisplay
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
te::map::AbstractLayerPtr m_inputLayer
Input layer.