• 大小: 237KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: 其他
  • 标签: shp  gis  

资源简介

能读取shp文件,并能显示出来。值得推荐。

资源截图

代码片段和文件信息



// CMouseEvent
#include “stdafx.h“
#include “GISMap.h“
#include “CMouseEvent.h“
//## begin module%3D7871E20168.additionalDeclarations preserve=yes
//## end module%3D7871E20168.additionalDeclarations


// Class CMouseEvent 




CMouseEvent::CMouseEvent (void* pSource CPoint point int mouseFlag int theTool)
  //## begin CMouseEvent::CMouseEvent%3D7871E20172.hasinit preserve=no
  //## end CMouseEvent::CMouseEvent%3D7871E20172.hasinit
  //## begin CMouseEvent::CMouseEvent%3D7871E20172.initialization preserve=yes
  //## end CMouseEvent::CMouseEvent%3D7871E20172.initialization
{
  //## begin CMouseEvent::CMouseEvent%3D7871E20172.body preserve=yes
this->m_pSource = pSource ;
this ->m_Point = point ;
this ->m_MouseFlag = mouseFlag ;
this ->m_tool = theTool ;
  //## end CMouseEvent::CMouseEvent%3D7871E20172.body
}


CMouseEvent::~CMouseEvent()
{
  //## begin CMouseEvent::~CMouseEvent%3D7871E20168_dest.body preserve=yes
m_pSource = 0 ;
  //## end CMouseEvent::~CMouseEvent%3D7871E20168_dest.body
}



//## Other Operations (implementation)
CPoint CMouseEvent::GetPoint ()
{
  //## begin CMouseEvent::GetPoint%3D7871E20187.body preserve=yes
return m_Point ;
  //## end CMouseEvent::GetPoint%3D7871E20187.body
}

int CMouseEvent::GetMouseFlag ()
{
  //## begin CMouseEvent::GetMouseFlag%3D7871E20188.body preserve=yes
return this ->m_MouseFlag ;
  //## end CMouseEvent::GetMouseFlag%3D7871E20188.body
}

int CMouseEvent::GetTool ()
{
  //## begin CMouseEvent::GetTool%3D7871E20189.body preserve=yes
return this ->m_tool ;
  //## end CMouseEvent::GetTool%3D7871E20189.body
}

// Additional Declarations
  //## begin CMouseEvent%3D7871E20168.declarations preserve=yes
//## Other Operations (implementation)
void* CMouseEvent::GetSource ()
{
  //## begin IMAP_Event::GetSource%3E5893F103A5.body preserve=yes
return m_pSource ;
  //## end IMAP_Event::GetSource%3E5893F103A5.body
}
  //## end CMouseEvent%3D7871E20168.declarations

//## begin module%3D7871E20168.epilog preserve=yes
//## end module%3D7871E20168.epilog

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-04-10 17:01  GISMap\
     文件        2104  2005-03-10 11:17  GISMap\CMouseEvent.cpp
     文件        3235  2005-03-10 11:16  GISMap\CMouseEvent.h
     文件        4520  2005-03-10 13:03  GISMap\CMouseListeners.cpp
     文件        4388  2005-03-10 12:46  GISMap\CMouseListeners.h
     文件        5840  2005-03-10 13:04  GISMap\CViewCtrlMouseListener.cpp
     文件        3341  2005-03-10 11:41  GISMap\CViewCtrlMouseListener.h
     文件        2749  2004-06-02 17:13  GISMap\DataSet.cpp
     文件        4112  2005-03-09 16:46  GISMap\DataSet.h
     文件        3512  2005-03-09 17:01  GISMap\DataSource.cpp
     文件        3130  2005-03-09 17:01  GISMap\DataSource.h
     目录           0  2013-04-10 17:01  GISMap\Debug\
     文件        3356  2005-03-09 17:03  GISMap\Feature.cpp
     文件        4036  2005-03-09 17:03  GISMap\Feature.h
     文件        4169  2005-03-10 15:31  GISMap\FeatureClass.cpp
     文件        3957  2005-03-09 16:48  GISMap\FeatureClass.h
     文件        3512  2004-05-20 10:17  GISMap\Field.cpp
     文件        5020  2004-05-20 10:17  GISMap\Field.h
     文件        3451  2004-05-20 10:13  GISMap\FieldValue.cpp
     文件        3135  2004-05-20 10:13  GISMap\FieldValue.h
     文件        3764  2004-05-20 10:17  GISMap\Fields.cpp
     文件        3966  2004-05-20 10:20  GISMap\Fields.h
     文件       30592  2012-07-27 11:30  GISMap\GISMap.aps
     文件        2451  2012-07-27 09:13  GISMap\GISMap.clw
     文件        4218  2005-03-09 16:28  GISMap\GISMap.cpp
     文件       10782  2005-03-10 19:05  GISMap\GISMap.dsp
     文件         537  2005-03-09 16:28  GISMap\GISMap.dsw
     文件        1356  2005-03-09 16:28  GISMap\GISMap.h
     文件      386048  2012-07-27 09:34  GISMap\GISMap.ncb
     文件       54784  2012-07-27 09:34  GISMap\GISMap.opt
     文件        2281  2012-07-27 09:13  GISMap\GISMap.plg
............此处省略106个文件信息

评论

共有 条评论