This class is GUI used to define the wizard for the VP geometric operation. More...
#include <GeometricOpWizard.h>
  
 Public Member Functions | |
| GeometricOpWizard (QWidget *parent) | |
| te::map::AbstractLayerPtr | getInLayer () | 
| std::vector < te::map::AbstractLayerPtr >  | getOutLayer () | 
| void | setLayer (te::map::AbstractLayerPtr layer) | 
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) | 
| virtual bool | validateCurrentPage () | 
| ~GeometricOpWizard () | |
Protected Member Functions | |
| void | addPages () | 
| bool | execute () | 
Private Attributes | |
| std::string | m_attribute | 
| std::auto_ptr < te::vp::GeometricOpOutputWizardPage >  | m_geomOpOutputPage | 
| std::auto_ptr < te::vp::GeometricOpWizardPage >  | m_geomOpPage | 
| te::map::AbstractLayerPtr | m_inLayer | 
| int | m_layerSearchId | 
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage >  | m_layerSearchPage | 
| std::vector < te::vp::GeometricOperation >  | m_ops | 
| std::vector < te::map::AbstractLayerPtr >  | m_outLayer | 
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| DataSource information.  More... | |
This class is GUI used to define the wizard for the VP geometric operation.
Definition at line 54 of file GeometricOpWizard.h.
| te::vp::GeometricOpWizard::GeometricOpWizard | ( | QWidget * | parent | ) | 
Definition at line 69 of file GeometricOpWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
| te::vp::GeometricOpWizard::~GeometricOpWizard | ( | ) | 
Definition at line 88 of file GeometricOpWizard.cpp.
      
  | 
  protected | 
Definition at line 168 of file GeometricOpWizard.cpp.
Referenced by GeometricOpWizard().
      
  | 
  protected | 
Definition at line 182 of file GeometricOpWizard.cpp.
References te::common::ProgressManager::addViewer(), te::vp::AREA, te::vp::CENTROID, te::vp::CONVEX_HULL, te::map::DataSetLayer::getDataSetName(), te::da::GetDataSource(), te::map::DataSetLayer::getDataSourceId(), te::common::Singleton< ProgressManager >::getInstance(), te::common::Singleton< DataSourceManager >::getInstance(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::vp::GeometricOp::GetOutputDSetNames(), te::da::DataSourceCapabilities::getQueryCapabilities(), te::map::DataSetLayer::getSchema(), te::vp::LINE, te::da::DataSourceFactory::make(), te::vp::MBR, te::vp::GeometricOp::paramsAreValid(), te::vp::PERIMETER, te::common::ProgressManager::removeViewer(), te::vp::GeometricOp::run(), te::vp::GeometricOp::setInput(), te::vp::GeometricOp::setOutput(), te::vp::GeometricOp::setParams(), te::da::DataSourceCapabilities::supportsPreparedQueryAPI(), and te::da::QueryCapabilities::supportsSpatialSQLDialect().
| te::map::AbstractLayerPtr te::vp::GeometricOpWizard::getInLayer | ( | ) | 
Definition at line 158 of file GeometricOpWizard.cpp.
| std::vector< te::map::AbstractLayerPtr > te::vp::GeometricOpWizard::getOutLayer | ( | ) | 
Definition at line 163 of file GeometricOpWizard.cpp.
Referenced by te::qt::plugins::vp::GeometricOpAction::onActionActivated().
| void te::vp::GeometricOpWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) | 
Definition at line 152 of file GeometricOpWizard.cpp.
| void te::vp::GeometricOpWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) | 
Definition at line 146 of file GeometricOpWizard.cpp.
Referenced by te::qt::plugins::vp::GeometricOpAction::onActionActivated().
      
  | 
  virtual | 
Definition at line 93 of file GeometricOpWizard.cpp.
References te::dt::GEOMETRY_TYPE.
      
  | 
  private | 
Definition at line 92 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 85 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 84 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 88 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 94 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 86 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 91 of file GeometricOpWizard.h.
      
  | 
  private | 
Definition at line 90 of file GeometricOpWizard.h.
      
  | 
  private | 
DataSource information.
Definition at line 89 of file GeometricOpWizard.h.