#include <VectorizationWizard.h>
Public Member Functions | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
bool | validateCurrentPage () |
VectorizationWizard (QWidget *parent=0) | |
~VectorizationWizard () | |
Protected Member Functions | |
void | addPages () |
std::auto_ptr< te::mem::DataSet > | createDataSet (te::da::DataSetType *dsType, std::vector< te::gm::Geometry * > &geoms) |
std::auto_ptr< te::da::DataSetType > | createDataSetType (std::string dataSetName, int srid) |
bool | execute () |
void | saveDataSet (te::mem::DataSet *dataSet, te::da::DataSetType *dsType, te::da::DataSourcePtr ds, std::string dataSetName) |
Private Attributes | |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
te::map::AbstractLayerPtr | m_outputLayer |
std::auto_ptr< te::qt::widgets::VectorizationWizardPage > | m_vectorPage |
Definition at line 49 of file VectorizationWizard.h.
te::qt::widgets::VectorizationWizard::VectorizationWizard | ( | QWidget * | parent = 0 | ) |
te::qt::widgets::VectorizationWizard::~VectorizationWizard | ( | ) |
|
protected |
|
protected |
Function used to create the output data
|
protected |
Function used to create the output dataset type
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::VectorizationWizard::getOutputLayer | ( | ) |
|
protected |
Function used to save the output dataset
void te::qt::widgets::VectorizationWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
bool te::qt::widgets::VectorizationWizard::validateCurrentPage | ( | ) |
|
private |
Definition at line 81 of file VectorizationWizard.h.
|
private |
Definition at line 83 of file VectorizationWizard.h.
|
private |
Definition at line 80 of file VectorizationWizard.h.