te::attributefill::RasterToVectorDialog Class Reference

#include <RasterToVectorDialog.h>

Inheritance diagram for te::attributefill::RasterToVectorDialog:

Public Member Functions

te::map::AbstractLayerPtr getLayer ()
 Get the generated layer. More...
 
std::vector< unsigned int > getSelectedBands ()
 Get the selected bands based on selected QListWidgetItem. More...
 
std::vector< te::stat::StatisticalSummarygetSelectedStatistics ()
 Get the selected statistics based on selected QListWidgetItem. More...
 
bool getValueOption ()
 Get the based on selected QListWidgetItem. More...
 
 RasterToVectorDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~RasterToVectorDialog ()
 

Protected Slots

void onCancelPushButtonClicked ()
 
void onOkPushButtonClicked ()
 
void onRasterComboBoxChanged (int index)
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 
void onVectorComboBoxChanged (int index)
 

Private Attributes

bool m_isStatistical
 
std::list< te::map::AbstractLayerPtrm_layers
 List of layers. More...
 
te::map::AbstractLayerPtr m_outLayer
 Generated Layer. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
std::string m_path
 Output layer path;. More...
 
te::map::AbstractLayerPtr m_rasterLayer
 Raster layer. More...
 
bool m_texture
 
bool m_toFile
 
std::auto_ptr< Ui::RasterToVectorDialogForm > m_ui
 User interface. More...
 
te::map::AbstractLayerPtr m_vectorLayer
 Vector layer. More...
 

Detailed Description

Definition at line 55 of file RasterToVectorDialog.h.

Constructor & Destructor Documentation

te::attributefill::RasterToVectorDialog::RasterToVectorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::attributefill::RasterToVectorDialog::~RasterToVectorDialog ( )

Member Function Documentation

te::map::AbstractLayerPtr te::attributefill::RasterToVectorDialog::getLayer ( )

Get the generated layer.

Returns
the generated layer.
std::vector<unsigned int> te::attributefill::RasterToVectorDialog::getSelectedBands ( )

Get the selected bands based on selected QListWidgetItem.

Returns
a Vector with selected bands.
std::vector<te::stat::StatisticalSummary> te::attributefill::RasterToVectorDialog::getSelectedStatistics ( )

Get the selected statistics based on selected QListWidgetItem.

Returns
a Vector with selected statistics.
bool te::attributefill::RasterToVectorDialog::getValueOption ( )

Get the based on selected QListWidgetItem.

Returns
a Vector with selected statistics.
void te::attributefill::RasterToVectorDialog::onCancelPushButtonClicked ( )
protectedslot
void te::attributefill::RasterToVectorDialog::onOkPushButtonClicked ( )
protectedslot
void te::attributefill::RasterToVectorDialog::onRasterComboBoxChanged ( int  index)
protectedslot
void te::attributefill::RasterToVectorDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::attributefill::RasterToVectorDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::attributefill::RasterToVectorDialog::onVectorComboBoxChanged ( int  index)
protectedslot
void te::attributefill::RasterToVectorDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

bool te::attributefill::RasterToVectorDialog::m_isStatistical
private

Definition at line 127 of file RasterToVectorDialog.h.

std::list<te::map::AbstractLayerPtr> te::attributefill::RasterToVectorDialog::m_layers
private

List of layers.

Definition at line 120 of file RasterToVectorDialog.h.

te::map::AbstractLayerPtr te::attributefill::RasterToVectorDialog::m_outLayer
private

Generated Layer.

Definition at line 123 of file RasterToVectorDialog.h.

te::da::DataSourceInfoPtr te::attributefill::RasterToVectorDialog::m_outputDatasource
private

DataSource information.

Definition at line 119 of file RasterToVectorDialog.h.

std::string te::attributefill::RasterToVectorDialog::m_path
private

Output layer path;.

Definition at line 124 of file RasterToVectorDialog.h.

te::map::AbstractLayerPtr te::attributefill::RasterToVectorDialog::m_rasterLayer
private

Raster layer.

Definition at line 121 of file RasterToVectorDialog.h.

bool te::attributefill::RasterToVectorDialog::m_texture
private

Definition at line 126 of file RasterToVectorDialog.h.

bool te::attributefill::RasterToVectorDialog::m_toFile
private

Definition at line 125 of file RasterToVectorDialog.h.

std::auto_ptr<Ui::RasterToVectorDialogForm> te::attributefill::RasterToVectorDialog::m_ui
private

User interface.

Definition at line 118 of file RasterToVectorDialog.h.

te::map::AbstractLayerPtr te::attributefill::RasterToVectorDialog::m_vectorLayer
private

Vector layer.

Definition at line 122 of file RasterToVectorDialog.h.


The documentation for this class was generated from the following file: