26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERADVANCEDOPTIONSWIZARDPAGE_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERADVANCEDOPTIONSWIZARDPAGE_H    31 #include "../../../dataaccess/datasource/DataSource.h"    32 #include "../../../maptools/AbstractLayer.h"    35 #include "../Config.h"    42 #include <QWizardPage>    45 namespace Ui { 
class SegmenterAdvancedOptionsWizardPageForm; }
    51   namespace da { 
class DataSetType; }
    52   namespace gm { 
class Geometry; }
    53   namespace mem { 
class DataSet; }
    76           Ui::SegmenterAdvancedOptionsWizardPageForm* getForm() 
const;
    78           void applyVectorization();
    82           void setOutputLayerPath(
const std::string& path);
    84           void setOutputLayerName(
const std::string& name);
    90           void onEnableBlockProcessingCheckBoxToggled(
bool checked);
    92           void onEnableThreadedProcessingcheckBoxToggled(
bool checked);
    97           std::unique_ptr<te::da::DataSetType> createDataSetType(std::string dataSetName, 
int srid);
   100           std::unique_ptr<te::mem::DataSet> createDataSet(
te::da::DataSetType* dsType, 
const std::vector<te::gm::Geometry*>& geoms, std::vector< double >& geomsValues );
   107           std::unique_ptr<Ui::SegmenterAdvancedOptionsWizardPageForm> 
m_ui;
   122 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERADVANCEDOPTIONSWIZARDPAGE_H 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
std::unique_ptr< Ui::SegmenterAdvancedOptionsWizardPageForm > m_ui
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
 
This class is GUI used to define the segmenter advanced options parameters for the RP constast operat...
 
te::map::AbstractLayerPtr m_outputLayer
 
te::map::AbstractLayerPtr m_layer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr