26#ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H
27#define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H
45namespace Ui {
class RasterToVectorDialogForm; }
72 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
119 std::unique_ptr<Ui::RasterToVectorDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
void onCancelPushButtonClicked()
void onVectorComboBoxChanged(int index)
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
std::unique_ptr< Ui::RasterToVectorDialogForm > m_ui
User interface.
RasterToVectorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onRasterComboBoxChanged(int index)
te::map::AbstractLayerPtr m_rasterLayer
Raster layer.
void onOkPushButtonClicked()
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
te::map::AbstractLayerPtr m_outLayer
Generated Layer.
te::map::AbstractLayerPtr m_vectorLayer
Vector layer.
void onTargetDatasourceToolButtonPressed()
std::vector< te::stat::StatisticalSummary > getSelectedStatistics()
Get the selected statistics based on selected QListWidgetItem.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onTargetFileToolButtonPressed()
bool getValueOption()
Get the based on selected QListWidgetItem.
std::vector< unsigned int > getSelectedBands()
Get the selected bands based on selected QListWidgetItem.
std::string m_path
Output layer path;.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Configuration flags for the Attribute Fill module of TerraLib.
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.
Utility functions for Statistics.