#include <SpatialStatisticsDialog.h>
  
 Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () | 
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| SpatialStatisticsDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SpatialStatisticsDialog () | |
Protected Slots | |
| void | onGPMToolButtonClicked () | 
| void | onInputLayerComboBoxActivated (int index) | 
| void | onOkPushButtonClicked () | 
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
Protected Member Functions | |
| std::auto_ptr < te::sa::GeneralizedProximityMatrix >  | loadGPM () | 
Private Attributes | |
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| te::map::AbstractLayerPtr | m_outputLayer | 
| Generated Layer.  More... | |
| bool | m_toFile | 
| std::auto_ptr < Ui::SpatialStatisticsDialogForm >  | m_ui | 
Definition at line 50 of file SpatialStatisticsDialog.h.
| te::sa::SpatialStatisticsDialog::SpatialStatisticsDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 63 of file SpatialStatisticsDialog.cpp.
References m_ui, onGPMToolButtonClicked(), onInputLayerComboBoxActivated(), onOkPushButtonClicked(), onTargetDatasourceToolButtonPressed(), and onTargetFileToolButtonPressed().
| te::sa::SpatialStatisticsDialog::~SpatialStatisticsDialog | ( | ) | 
Definition at line 87 of file SpatialStatisticsDialog.cpp.
| te::map::AbstractLayerPtr te::sa::SpatialStatisticsDialog::getOutputLayer | ( | ) | 
Definition at line 117 of file SpatialStatisticsDialog.cpp.
Referenced by te::qt::plugins::sa::SpatialStatisticsAction::onActionActivated().
      
  | 
  protected | 
Definition at line 434 of file SpatialStatisticsDialog.cpp.
References te::sa::GPMBuilder::build(), te::map::DataSetLayer::getDataSetName(), te::da::GetDataSource(), te::map::DataSetLayer::getDataSourceId(), te::map::DataSetLayer::getSchema(), te::sa::SpatialWeightsExchanger::importFromGAL(), te::sa::SpatialWeightsExchanger::importFromGWT(), and te::sa::GPMBuilder::setGPMInfo().
      
  | 
  protectedslot | 
Definition at line 151 of file SpatialStatisticsDialog.cpp.
References te::sa::SpatialWeightsExchanger::getSpatialWeightsFileInfo().
Referenced by SpatialStatisticsDialog().
      
  | 
  protectedslot | 
Definition at line 122 of file SpatialStatisticsDialog.cpp.
References te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by SpatialStatisticsDialog().
      
  | 
  protectedslot | 
Definition at line 185 of file SpatialStatisticsDialog.cpp.
References te::common::ProgressManager::addViewer(), te::sa::AssociateGPMVertexAttribute(), te::sa::BoxMap(), te::sa::CreateLayer(), te::sa::CreateOGRDataSource(), te::da::GetDataSource(), te::da::GetFirstGeomProperty(), te::gm::GeometryProperty::getGeometryType(), te::common::Singleton< ProgressManager >::getInstance(), te::dt::Property::getName(), te::gm::GeometryProperty::getSRID(), te::dt::Property::getType(), te::sa::GlobalMoranSignificance(), te::sa::GStatistics(), te::sa::LISAMap(), te::sa::LisaStatisticalSignificance(), te::sa::LocalMean(), te::sa::MoranIndex(), te::sa::MoranMap(), te::common::ProgressManager::removeViewer(), and te::sa::ZAndWZ().
Referenced by SpatialStatisticsDialog().
      
  | 
  protectedslot | 
Definition at line 510 of file SpatialStatisticsDialog.cpp.
References te::qt::widgets::DataSourceSelectorDialog::getSelecteds().
Referenced by SpatialStatisticsDialog().
      
  | 
  protectedslot | 
Definition at line 532 of file SpatialStatisticsDialog.cpp.
Referenced by SpatialStatisticsDialog().
| void te::sa::SpatialStatisticsDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 91 of file SpatialStatisticsDialog.cpp.
Referenced by te::qt::plugins::sa::SpatialStatisticsAction::onActionActivated().
      
  | 
  private | 
Definition at line 89 of file SpatialStatisticsDialog.h.
      
  | 
  private | 
Generated Layer.
Definition at line 91 of file SpatialStatisticsDialog.h.
      
  | 
  private | 
Definition at line 93 of file SpatialStatisticsDialog.h.
      
  | 
  private | 
Definition at line 87 of file SpatialStatisticsDialog.h.
Referenced by SpatialStatisticsDialog().