te::qt::widgets::RasterizationWizard Class Reference

#include <RasterizationWizard.h>

Inheritance diagram for te::qt::widgets::RasterizationWizard:

Public Member Functions

te::map::AbstractLayerPtr getOutputLayer ()
 
 RasterizationWizard (QWidget *parent=0)
 
void setList (std::list< te::map::AbstractLayerPtr > &layerList)
 
bool validateCurrentPage ()
 
 ~RasterizationWizard ()
 

Protected Slots

void onPageChanged (int index)
 

Protected Member Functions

void addPages ()
 
te::rst::BandPropertycreateBandProperty (const std::size_t size)
 
std::unique_ptr< te::mem::DataSetcreateDataSet (te::da::DataSetType *dsType, std::vector< te::gm::Geometry *> &geoms)
 
std::unique_ptr< te::da::DataSetTypecreateDataSetType (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::unique_ptr< te::qt::widgets::LayerSearchWizardPagem_layerSearchPage
 
te::map::AbstractLayerPtr m_outputLayer
 
std::unique_ptr< te::qt::widgets::RasterizationWizardPagem_vectorPage
 

Detailed Description

Definition at line 52 of file RasterizationWizard.h.

Constructor & Destructor Documentation

◆ RasterizationWizard()

te::qt::widgets::RasterizationWizard::RasterizationWizard ( QWidget *  parent = 0)

◆ ~RasterizationWizard()

te::qt::widgets::RasterizationWizard::~RasterizationWizard ( )

Member Function Documentation

◆ addPages()

void te::qt::widgets::RasterizationWizard::addPages ( )
protected

◆ createBandProperty()

te::rst::BandProperty* te::qt::widgets::RasterizationWizard::createBandProperty ( const std::size_t  size)
protected

◆ createDataSet()

std::unique_ptr<te::mem::DataSet> te::qt::widgets::RasterizationWizard::createDataSet ( te::da::DataSetType dsType,
std::vector< te::gm::Geometry *> &  geoms 
)
protected

Function used to create the output data

◆ createDataSetType()

std::unique_ptr<te::da::DataSetType> te::qt::widgets::RasterizationWizard::createDataSetType ( std::string  dataSetName,
int  srid 
)
protected

Function used to create the output dataset type

◆ execute()

bool te::qt::widgets::RasterizationWizard::execute ( )
protected

◆ getOutputLayer()

te::map::AbstractLayerPtr te::qt::widgets::RasterizationWizard::getOutputLayer ( )

◆ onPageChanged

void te::qt::widgets::RasterizationWizard::onPageChanged ( int  index)
protectedslot

◆ saveDataSet()

void te::qt::widgets::RasterizationWizard::saveDataSet ( te::mem::DataSet dataSet,
te::da::DataSetType dsType,
te::da::DataSourcePtr  ds,
std::string  dataSetName 
)
protected

Function used to save the output dataset

◆ setDummy()

void te::qt::widgets::RasterizationWizard::setDummy ( te::rst::Raster rst,
const double  dummyValue 
)
protected

◆ setList()

void te::qt::widgets::RasterizationWizard::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)

◆ validateCurrentPage()

bool te::qt::widgets::RasterizationWizard::validateCurrentPage ( )

Member Data Documentation

◆ m_inputLayer

te::map::AbstractLayerPtr te::qt::widgets::RasterizationWizard::m_inputLayer
private

Definition at line 96 of file RasterizationWizard.h.

◆ m_layerSearchPage

std::unique_ptr<te::qt::widgets::LayerSearchWizardPage> te::qt::widgets::RasterizationWizard::m_layerSearchPage
private

Definition at line 94 of file RasterizationWizard.h.

◆ m_outputLayer

te::map::AbstractLayerPtr te::qt::widgets::RasterizationWizard::m_outputLayer
private

Definition at line 98 of file RasterizationWizard.h.

◆ m_vectorPage

std::unique_ptr<te::qt::widgets::RasterizationWizardPage> te::qt::widgets::RasterizationWizard::m_vectorPage
private

Definition at line 93 of file RasterizationWizard.h.


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