21 #ifndef TE_QT_WIDGETS_VECTORIZATIONWIZARD_H    22 #define TE_QT_WIDGETS_VECTORIZATIONWIZARD_H    26 #include "../../../dataaccess/datasource/DataSource.h"    27 #include "../../../maptools/AbstractLayer.h"    29 #include "../Config.h"    40   namespace da  { 
class DataSetType; }
    41   namespace mem { 
class DataSet; }
    48       class VectorizationWizardPage;
    49       class LayerSearchWizardPage;
    61           bool validateCurrentPage();
    63           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    74           std::unique_ptr<te::da::DataSetType> createDataSetType(std::string dataSetName, 
int srid);
    77           std::unique_ptr<te::mem::DataSet> createDataSet(
te::da::DataSetType* dsType, std::vector<te::gm::Geometry*>& geoms, std::vector< double >& geomsValues );
    84           void onPageChanged(
int index);
    88           std::unique_ptr<te::qt::widgets::VectorizationWizardPage> 
m_vectorPage;
    98 #endif // TE_QT_WIDGETS_VECTORIZATIONWIZARD_H 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr