#include <RasterizationWizard.h>
Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| RasterizationWizard (QWidget *parent=0) | |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| bool | validateCurrentPage () |
| ~RasterizationWizard () | |
Protected Member Functions | |
| void | addPages () |
| te::rst::BandProperty * | createBandProperty (const std::size_t size) |
| 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) |
| void | setDummy (te::rst::Raster *rst, const double dummyValue) |
Private Attributes | |
| te::map::AbstractLayerPtr | m_inputLayer |
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| te::map::AbstractLayerPtr | m_outputLayer |
| std::auto_ptr < te::qt::widgets::RasterizationWizardPage > | m_vectorPage |
Definition at line 50 of file RasterizationWizard.h.
| te::qt::widgets::RasterizationWizard::RasterizationWizard | ( | QWidget * | parent = 0 | ) |
| te::qt::widgets::RasterizationWizard::~RasterizationWizard | ( | ) |
|
protected |
|
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::RasterizationWizard::getOutputLayer | ( | ) |
|
protected |
Function used to save the output dataset
|
protected |
| void te::qt::widgets::RasterizationWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
| bool te::qt::widgets::RasterizationWizard::validateCurrentPage | ( | ) |
|
private |
Definition at line 88 of file RasterizationWizard.h.
|
private |
Definition at line 86 of file RasterizationWizard.h.
|
private |
Definition at line 90 of file RasterizationWizard.h.
|
private |
Definition at line 85 of file RasterizationWizard.h.