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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGVIEWSHED_H__8CC3FDB9_8A82_46F4_A1FA_55BE55E8F05A__INCLUDED_)
  2. #define AFX_DLGVIEWSHED_H__8CC3FDB9_8A82_46F4_A1FA_55BE55E8F05A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgViewshed.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgViewshed dialog
  10. class CDlgViewshed : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgViewshed(CWnd* pParent = NULL);   // standard constructor
  15. private:
  16. IRasterDatasetPtr m_ipR;
  17. ITinPtr           m_ipT;
  18. IFeatureClassPtr  m_ipfeat;
  19. CString           m_OutputPath;
  20. CString           m_OutputName;
  21. public:
  22. void TintoRaster(ITin * ipT);
  23. void Viewshed();
  24. // Dialog Data
  25. //{{AFX_DATA(CDlgViewshed)
  26. enum { IDD = IDD_DLG_VIEWSHED };
  27. CString m_edit_viewshedSurfaceinput;
  28. CString m_edit_viewshedRasteroutput;
  29. double m_edit_viewshedCellsize;
  30. CString m_edit_viewshedobserverpoints;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CDlgViewshed)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CDlgViewshed)
  42. afx_msg void OnButtonViewshedObserverpoints();
  43. afx_msg void OnButtonViewshedRasteroutput();
  44. afx_msg void OnButtonViewshedSurfaceinput();
  45. virtual void OnOK();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DLGVIEWSHED_H__8CC3FDB9_8A82_46F4_A1FA_55BE55E8F05A__INCLUDED_)