Go to the documentation of this file.
26 #ifndef __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
34 #include "../core/Config.h"
35 #include "../core/Enums.h"
44 namespace Ui {
class SmoothIsolinesDialogForm; }
63 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
82 std::unique_ptr<Ui::SmoothIsolinesDialogForm>
m_ui;
100 #endif //__TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
SmoothIsolinesDialog(QWidget *parent=0, Qt::WindowFlags f=0)
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
void onOkPushButtonClicked()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onInputLayerToolButtonClicked()
std::unique_ptr< Ui::SmoothIsolinesDialogForm > m_ui
te::map::AbstractLayerPtr m_inputLayer
Input layer.
void onTargetFileToolButtonPressed()
void onCancelPushButtonClicked()
void setSRID(int newSRID)
void onScalePushButtonClicked()
void onTargetDatasourceToolButtonPressed()
void onInputComboBoxChanged(int index)
void onSrsToolButtonClicked()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
std::string m_outputArchive
Archive information.
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::map::AbstractLayerPtr getLayer()