DlgCreateTINfromFeature.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGCREATETINFROMFEATURE_H__F03A26A4_ED2D_46A5_AA52_075268AA2020__INCLUDED_)
  2. #define AFX_DLGCREATETINFROMFEATURE_H__F03A26A4_ED2D_46A5_AA52_075268AA2020__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgCreateTINfromFeature.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgCreateTINfromFeature dialog
  10. #include "MainFrm.h"
  11. #include "3D0214Doc.h"
  12. #include "3D0214View.h"
  13. class CDlgCreateTINfromFeature : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CDlgCreateTINfromFeature(CWnd* pParent = NULL);   // standard constructor
  18. void CreateTINfromFeature(IFeatureClass *ipfeat);
  19. IScenePtr m_ipScene;
  20. // Dialog Data
  21. //{{AFX_DATA(CDlgCreateTINfromFeature)
  22. enum { IDD = IDD_DLG_CREATE_TIN };
  23. CEdit m_Control_Output_Path;
  24. CComboBox m_combo_TINHeightField;
  25. CComboBox m_combo_TINTriangulateAs;
  26. CString m_edit_TINInputs;
  27. CString m_edit_TINOutput;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgCreateTINfromFeature)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDlgCreateTINfromFeature)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnSelchangeComboTinHeightField();
  41. afx_msg void OnSelchangeComboTinTriangu();
  42. afx_msg void OnButtonTinInputs();
  43. virtual void OnOK();
  44. afx_msg void OnButtonSavefilepath();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. IFeatureClassPtr m_ipfeat;
  48. int m_selHIndex;
  49. int m_selTIndex;
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DLGCREATETINFROMFEATURE_H__F03A26A4_ED2D_46A5_AA52_075268AA2020__INCLUDED_)