#include <TINGenerationDialog.h>
  
 Public Member Functions | |
| te::map::AbstractLayerPtr | getLayer () | 
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| void | setSRID (int newSRID) | 
| TINGenerationDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~TINGenerationDialog () | |
Protected Slots | |
| void | onBreakLinesComboBoxChanged (int index) | 
| void | onCancelPushButtonClicked () | 
| void | onInputBreaklineToolButtonClicked () | 
| void | onInputIsolinesToolButtonClicked () | 
| void | onInputSamplesToolButtonClicked () | 
| void | onIsolinesComboBoxChanged (int index) | 
| void | onNoToggled () | 
| void | onOkPushButtonClicked () | 
| void | onSamplesComboBoxChanged (int index) | 
| void | onScalePushButtonClicked () | 
| void | onSrsToolButtonClicked () | 
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
| void | onYesToggled () | 
Private Attributes | |
| te::da::DataSourcePtr | m_breakDataSource | 
| BreakLines DataSourcePtr.  More... | |
| te::map::AbstractLayerPtr | m_breaklinesLayer | 
| BreakLines layer.  More... | |
| std::string | m_breakSetName | 
| BreakLines DataSetLayer name.  More... | |
| double | m_breaktol | 
| Triangulation breaklines simplification tolerance.  More... | |
| double | m_distance | 
| Triangulation lines simplification maximum distance.  More... | |
| double | m_edgeSize | 
| Triangulation edges minimum size.  More... | |
| te::da::DataSourcePtr | m_isolinesDataSource | 
| Isolines DataSourcePtr.  More... | |
| te::map::AbstractLayerPtr | m_isolinesLayer | 
| Isolines layer.  More... | |
| std::string | m_isoSetName | 
| Isolines DataSetLayer name.  More... | |
| int | m_isosrid | 
| std::list< te::map::AbstractLayerPtr > | m_layers | 
| List of layers.  More... | |
| std::string | m_outputArchive | 
| Archive information.  More... | |
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| DataSource information.  More... | |
| te::map::AbstractLayerPtr | m_outputLayer | 
| Generated Layer.  More... | |
| int | m_outsrid | 
| te::da::DataSourcePtr | m_samplesDataSource | 
| Samples DataSourcePtr.  More... | |
| std::string | m_sampleSetName | 
| Samples DataSetLayer name.  More... | |
| te::map::AbstractLayerPtr | m_samplesLayer | 
| Points layer.  More... | |
| int | m_samplesrid | 
| double | m_scale | 
| Triangulation scale.  More... | |
| bool | m_toFile | 
| double | m_tol | 
| Triangulation lines simplification tolerance.  More... | |
| std::unique_ptr< Ui::TINGenerationDialogForm > | m_ui | 
Definition at line 51 of file TINGenerationDialog.h.
| te::mnt::TINGenerationDialog::TINGenerationDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::mnt::TINGenerationDialog::~TINGenerationDialog | ( | ) | 
| te::map::AbstractLayerPtr te::mnt::TINGenerationDialog::getLayer | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| void te::mnt::TINGenerationDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
| void te::mnt::TINGenerationDialog::setSRID | ( | int | newSRID | ) | 
      
  | 
  private | 
BreakLines DataSourcePtr.
Definition at line 101 of file TINGenerationDialog.h.
      
  | 
  private | 
BreakLines layer.
Definition at line 97 of file TINGenerationDialog.h.
      
  | 
  private | 
BreakLines DataSetLayer name.
Definition at line 104 of file TINGenerationDialog.h.
      
  | 
  private | 
Triangulation breaklines simplification tolerance.
Definition at line 107 of file TINGenerationDialog.h.
      
  | 
  private | 
Triangulation lines simplification maximum distance.
Definition at line 108 of file TINGenerationDialog.h.
      
  | 
  private | 
Triangulation edges minimum size.
Definition at line 109 of file TINGenerationDialog.h.
      
  | 
  private | 
Isolines DataSourcePtr.
Definition at line 99 of file TINGenerationDialog.h.
      
  | 
  private | 
Isolines layer.
Definition at line 95 of file TINGenerationDialog.h.
      
  | 
  private | 
Isolines DataSetLayer name.
Definition at line 102 of file TINGenerationDialog.h.
      
  | 
  private | 
Definition at line 111 of file TINGenerationDialog.h.
      
  | 
  private | 
List of layers.
Definition at line 94 of file TINGenerationDialog.h.
      
  | 
  private | 
Archive information.
Definition at line 92 of file TINGenerationDialog.h.
      
  | 
  private | 
DataSource information.
Definition at line 91 of file TINGenerationDialog.h.
      
  | 
  private | 
Generated Layer.
Definition at line 98 of file TINGenerationDialog.h.
      
  | 
  private | 
Definition at line 113 of file TINGenerationDialog.h.
      
  | 
  private | 
Samples DataSourcePtr.
Definition at line 100 of file TINGenerationDialog.h.
      
  | 
  private | 
Samples DataSetLayer name.
Definition at line 103 of file TINGenerationDialog.h.
      
  | 
  private | 
Points layer.
Definition at line 96 of file TINGenerationDialog.h.
      
  | 
  private | 
Definition at line 112 of file TINGenerationDialog.h.
      
  | 
  private | 
Triangulation scale.
Definition at line 105 of file TINGenerationDialog.h.
      
  | 
  private | 
Definition at line 93 of file TINGenerationDialog.h.
      
  | 
  private | 
Triangulation lines simplification tolerance.
Definition at line 106 of file TINGenerationDialog.h.
      
  | 
  private | 
Definition at line 89 of file TINGenerationDialog.h.