26#ifndef __TERRALIB_SA_INTERNAL_SPATIALSTATISTICSDIALOG_H 
   27#define __TERRALIB_SA_INTERNAL_SPATIALSTATISTICSDIALOG_H 
   31#include "../../dataaccess/datasource/DataSourceInfo.h" 
   32#include "../../maptools/AbstractLayer.h" 
   33#include "../core/GeneralizedProximityMatrix.h" 
   41namespace Ui { 
class SpatialStatisticsDialogForm; }
 
   67        void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   85        std::unique_ptr<te::sa::GeneralizedProximityMatrix> 
loadGPM();
 
   89        std::unique_ptr<Ui::SpatialStatisticsDialogForm> 
m_ui;
 
void onGPMToolButtonClicked()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
void onTargetFileToolButtonPressed()
~SpatialStatisticsDialog()
te::map::AbstractLayerPtr getOutputLayer()
std::unique_ptr< te::sa::GeneralizedProximityMatrix > loadGPM()
SpatialStatisticsDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onTargetDatasourceToolButtonPressed()
void onInputLayerComboBoxActivated(int index)
std::unique_ptr< Ui::SpatialStatisticsDialogForm > m_ui
te::da::DataSourceInfoPtr m_outputDatasource
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.