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 Member Functions

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

Detailed Description

Definition at line 50 of file RasterizationWizard.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void te::qt::widgets::RasterizationWizard::addPages ( )
protected
te::rst::BandProperty* te::qt::widgets::RasterizationWizard::createBandProperty ( const std::size_t  size)
protected
std::auto_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

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

Function used to create the output dataset type

bool te::qt::widgets::RasterizationWizard::execute ( )
protected
te::map::AbstractLayerPtr te::qt::widgets::RasterizationWizard::getOutputLayer ( )
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

void te::qt::widgets::RasterizationWizard::setDummy ( te::rst::Raster rst,
const double  dummyValue 
)
protected
void te::qt::widgets::RasterizationWizard::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)
bool te::qt::widgets::RasterizationWizard::validateCurrentPage ( )

Member Data Documentation

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

Definition at line 88 of file RasterizationWizard.h.

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

Definition at line 86 of file RasterizationWizard.h.

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

Definition at line 90 of file RasterizationWizard.h.

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

Definition at line 85 of file RasterizationWizard.h.


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