A dialog used to execute vector intersection. More...
#include <IntersectionDialog.h>
  
 Public Member Functions | |
| te::map::AbstractLayerPtr | getLayer () | 
| IntersectionDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| ~IntersectionDialog () | |
Protected Slots | |
| void | onFirstLayerComboBoxChanged (int index) | 
| void | onHelpPushButtonClicked () | 
| void | onOkPushButtonClicked () | 
| void | onSecondLayerComboBoxChanged (int index) | 
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
Private Attributes | |
| te::map::AbstractLayerPtr | m_firstSelectedLayer | 
| First layer selected.  More... | |
| te::map::AbstractLayerPtr | m_layerResult | 
| Generated Layer.  More... | |
| std::list < te::map::AbstractLayerPtr >  | m_layers | 
| First layer selected.  More... | |
| std::string | m_outputArchive | 
| Archive information.  More... | |
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| DataSource information.  More... | |
| te::map::AbstractLayerPtr | m_secondSelectedLayer | 
| Second layer selected.  More... | |
| bool | m_toFile | 
| std::auto_ptr < Ui::IntersectionDialogForm >  | m_ui | 
A dialog used to execute vector intersection.
Definition at line 54 of file IntersectionDialog.h.
| te::vp::IntersectionDialog::IntersectionDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 62 of file IntersectionDialog.cpp.
References m_ui, onFirstLayerComboBoxChanged(), onOkPushButtonClicked(), onSecondLayerComboBoxChanged(), onTargetDatasourceToolButtonPressed(), and onTargetFileToolButtonPressed().
| te::vp::IntersectionDialog::~IntersectionDialog | ( | ) | 
Definition at line 84 of file IntersectionDialog.cpp.
| te::map::AbstractLayerPtr te::vp::IntersectionDialog::getLayer | ( | ) | 
Definition at line 103 of file IntersectionDialog.cpp.
Referenced by te::qt::plugins::vp::IntersectionAction::onActionActivated().
      
  | 
  protectedslot | 
Definition at line 108 of file IntersectionDialog.cpp.
Referenced by IntersectionDialog().
      
  | 
  protectedslot | 
Definition at line 149 of file IntersectionDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 154 of file IntersectionDialog.cpp.
References te::common::ProgressManager::addViewer(), te::map::DataSetLayer::getDataSetName(), te::da::GetDataSource(), te::map::DataSetLayer::getDataSourceId(), te::common::Singleton< DataSourceManager >::getInstance(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::common::Singleton< ProgressManager >::getInstance(), te::da::DataSourceCapabilities::getQueryCapabilities(), te::map::DataSetLayer::getSchema(), te::map::AbstractLayer::getSelected(), te::map::AbstractLayer::getSRID(), te::da::DataSourceFactory::make(), te::vp::IntersectionOp::paramsAreValid(), te::common::ProgressManager::removeViewer(), te::vp::IntersectionOp::run(), te::vp::IntersectionOp::setInput(), te::vp::IntersectionOp::setOutput(), te::vp::IntersectionOp::setParams(), te::da::QueryCapabilities::supportsSpatialSQLDialect(), TE_TR, and TE_UNKNOWN_SRS.
Referenced by IntersectionDialog().
      
  | 
  protectedslot | 
Definition at line 132 of file IntersectionDialog.cpp.
Referenced by IntersectionDialog().
      
  | 
  protectedslot | 
Definition at line 414 of file IntersectionDialog.cpp.
References te::qt::widgets::DataSourceSelectorDialog::getSelecteds().
Referenced by IntersectionDialog().
      
  | 
  protectedslot | 
Definition at line 435 of file IntersectionDialog.cpp.
Referenced by IntersectionDialog().
| void te::vp::IntersectionDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 88 of file IntersectionDialog.cpp.
Referenced by te::qt::plugins::vp::IntersectionAction::onActionActivated().
      
  | 
  private | 
First layer selected.
Definition at line 91 of file IntersectionDialog.h.
      
  | 
  private | 
Generated Layer.
Definition at line 95 of file IntersectionDialog.h.
      
  | 
  private | 
First layer selected.
Definition at line 90 of file IntersectionDialog.h.
      
  | 
  private | 
Archive information.
Definition at line 94 of file IntersectionDialog.h.
      
  | 
  private | 
DataSource information.
Definition at line 93 of file IntersectionDialog.h.
      
  | 
  private | 
Second layer selected.
Definition at line 92 of file IntersectionDialog.h.
      
  | 
  private | 
Definition at line 96 of file IntersectionDialog.h.
      
  | 
  private | 
Definition at line 89 of file IntersectionDialog.h.
Referenced by IntersectionDialog().