26#ifndef __TERRALIB_SA_INTERNAL_SPATIALSTATISTICSDIALOG_H
27#define __TERRALIB_SA_INTERNAL_SPATIALSTATISTICSDIALOG_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;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
This class defines the GPM class.
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
Namespace for the TerraLib SA module.
Enumerations related to Spatial Analysis module.
Configuration flags for the Terrralib Spatial Analysis module.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.