#include <KernelMapDialog.h>
Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| KernelMapDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| ~KernelMapDialog () | |
Protected Slots | |
| void | onInputLayerComboBoxActivated (int index) |
| void | onOkPushButtonClicked () |
| void | onTargetFileToolButtonPressed () |
Protected Member Functions | |
| void | fillKernelParameters () |
Private Attributes | |
| te::map::AbstractLayerPtr | m_outputLayer |
| Generated Layer. More... | |
| std::unique_ptr< Ui::KernelMapDialogForm > | m_ui |
Definition at line 50 of file KernelMapDialog.h.
| te::sa::KernelMapDialog::KernelMapDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
|
default |
Referenced by Q_DECLARE_METATYPE().
|
protected |
Definition at line 116 of file KernelMapDialog.cpp.
References te::sa::Density, m_ui, te::sa::Negative_Exp, te::sa::Normal, te::sa::Probability, te::sa::Quartic, te::sa::Spatial_Moving_Average, te::sa::Triangular, and te::sa::Uniform.
| te::map::AbstractLayerPtr te::sa::KernelMapDialog::getOutputLayer | ( | ) |
Definition at line 111 of file KernelMapDialog.cpp.
References m_outputLayer.
Referenced by te::qt::plugins::sa::KernelMapAction::onActionActivated().
|
protectedslot |
Definition at line 135 of file KernelMapDialog.cpp.
References te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::da::GetFirstGeomProperty(), te::gm::GeometryProperty::getGeometryType(), te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, m_ui, te::gm::MultiPointMType, te::gm::MultiPointType, te::gm::MultiPointZMType, te::gm::MultiPointZType, te::gm::PointKdType, te::gm::PointMType, te::gm::PointType, te::gm::PointZMType, te::gm::PointZType, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by setLayers().
|
protectedslot |
Definition at line 189 of file KernelMapDialog.cpp.
References te::sa::Attribute, te::sa::CreateGDALDataSource(), te::sa::CreateKernelColorMaping(), te::sa::CreateKernelGrouping(), te::sa::CreateLayer(), te::sa::CreateOGRDataSource(), te::sa::KernelMapOperation::execute(), te::sa::Grid, te::sa::KernelOutputParams::m_nCols, te::sa::KernelOutputParams::m_outputAttrName, te::sa::KernelOutputParams::m_outputDataSetName, m_outputLayer, te::sa::KernelOutputParams::m_outputPath, te::sa::KernelOutputParams::m_storageType, m_ui, te::sa::KernelMapOperation::setInputParameters(), and te::sa::KernelOperation::setOutputParameters().
|
protectedslot |
Definition at line 326 of file KernelMapDialog.cpp.
References m_ui.
| void te::sa::KernelMapDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 85 of file KernelMapDialog.cpp.
References m_ui, and onInputLayerComboBoxActivated().
Referenced by te::qt::plugins::sa::KernelMapAction::onActionActivated().
|
private |
Generated Layer.
Definition at line 85 of file KernelMapDialog.h.
Referenced by getOutputLayer(), and onOkPushButtonClicked().
|
private |
Definition at line 83 of file KernelMapDialog.h.
Referenced by fillKernelParameters(), onInputLayerComboBoxActivated(), onOkPushButtonClicked(), onTargetFileToolButtonPressed(), and setLayers().