21 #ifndef TE_QT_WIDGETS_RASTERIZATIONWIZARD_H    22 #define TE_QT_WIDGETS_RASTERIZATIONWIZARD_H    26 #include "../../../dataaccess/datasource/DataSource.h"    27 #include "../../../maptools/AbstractLayer.h"    29 #include "../Config.h"    41   namespace da  { 
class DataSetType; }
    42   namespace gm { 
class Geometry; }
    43   namespace mem { 
class DataSet; }
    44   namespace rst { 
class BandProperty; }
    51       class RasterizationWizardPage;
    52       class LayerSearchWizardPage;
    64           bool validateCurrentPage();
    66           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    77           std::unique_ptr<te::da::DataSetType> createDataSetType(std::string dataSetName, 
int srid);
    80           std::unique_ptr<te::mem::DataSet> createDataSet(
te::da::DataSetType* dsType, 
const std::vector<te::gm::Geometry*>& geoms);
    91           void onPageChanged(
int index);
    95           std::unique_ptr<te::qt::widgets::RasterizationWizardPage> 
m_vectorPage;
   107 #endif // TE_QT_WIDGETS_RASTERIZATIONWIZARD_H 
boost::shared_ptr< DataSource > DataSourcePtr
 
A raster band description. 
 
A class that models the description of a dataset. 
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
 
An abstract class for raster data strucutures. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr