#include <KernelRatioDialog.h>
Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| KernelRatioDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| ~KernelRatioDialog () | |
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::KernelRatioDialogForm > | m_ui |
Definition at line 50 of file KernelRatioDialog.h.
| te::sa::KernelRatioDialog::KernelRatioDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
|
default |
Referenced by Q_DECLARE_METATYPE().
|
protected |
Definition at line 118 of file KernelRatioDialog.cpp.
References te::sa::Abs_Difference, te::sa::Abs_Sum, te::sa::Density, te::sa::Log_Ratio, m_ui, te::sa::Negative_Exp, te::sa::Normal, te::sa::Probability, te::sa::Quartic, te::sa::Ratio, te::sa::Relative_Difference, te::sa::Relative_Sum, te::sa::Spatial_Moving_Average, te::sa::Triangular, and te::sa::Uniform.
| te::map::AbstractLayerPtr te::sa::KernelRatioDialog::getOutputLayer | ( | ) |
Definition at line 113 of file KernelRatioDialog.cpp.
References m_outputLayer.
Referenced by te::qt::plugins::sa::KernelRatioAction::onActionActivated().
|
protectedslot |
Definition at line 161 of file KernelRatioDialog.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 216 of file KernelRatioDialog.cpp.
References te::sa::Attribute, te::sa::CreateGDALDataSource(), te::sa::CreateKernelColorMaping(), te::sa::CreateKernelGrouping(), te::sa::CreateLayer(), te::sa::CreateOGRDataSource(), te::sa::KernelRatioOperation::execute(), te::sa::Grid, te::sa::KernelOutputParams::m_combinationType, te::sa::KernelInputParams::m_ds, te::sa::KernelInputParams::m_dsType, te::sa::KernelInputParams::m_estimationType, te::sa::KernelInputParams::m_functionType, te::sa::KernelInputParams::m_intensityAttrName, te::sa::KernelOutputParams::m_nCols, te::sa::KernelOutputParams::m_outputAttrName, te::sa::KernelOutputParams::m_outputDataSetName, m_outputLayer, te::sa::KernelOutputParams::m_outputPath, te::sa::KernelInputParams::m_radiusPercentValue, te::sa::KernelOutputParams::m_storageType, m_ui, te::sa::KernelInputParams::m_useAdaptativeRadius, te::sa::KernelRatioOperation::setInputParameters(), and te::sa::KernelOperation::setOutputParameters().
|
protectedslot |
Definition at line 373 of file KernelRatioDialog.cpp.
References m_ui.
| void te::sa::KernelRatioDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 85 of file KernelRatioDialog.cpp.
References m_ui, and onInputLayerComboBoxActivated().
Referenced by te::qt::plugins::sa::KernelRatioAction::onActionActivated().
|
private |
Generated Layer.
Definition at line 85 of file KernelRatioDialog.h.
Referenced by getOutputLayer(), and onOkPushButtonClicked().
|
private |
Definition at line 83 of file KernelRatioDialog.h.
Referenced by fillKernelParameters(), onInputLayerComboBoxActivated(), onOkPushButtonClicked(), onTargetFileToolButtonPressed(), and setLayers().