默认路径中未找到 ArcSDK.h
默认情况下,它应该位于 ..\include\CPPAPI。但在我的机器上,这个文件夹甚至不存在,只有“CatIDs”和“GridIDs”文件夹位于 \include 中。我已经安装了 ArcGIS Desktop 9.3 及其 VC++ SDK。
我是ArcGIS和LiDAR的新手,我有LAS文件和相应的文本版本,我需要做的就是将txt文件转换为shp文件。我找到了一个可以做到这一点的示例代码,它包括 ArcSDK.h。
感谢你们中的任何人的帮助。
By default, it should be at ..\include\CPPAPI. But on my machine this folder doesn't even exist, only 'CatIDs' and 'GridIDs' folders reside in \include. I've installed ArcGIS Desktop 9.3 and its VC++ SDK.
I am new to ArcGIS and LiDAR, I've got LAS file and corresponding text version, all I need to do is to convert txt file to shp file. I found one example code that can do this, it included ArcSDK.h.
Thank any of you for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您想要安装 ArcGIS Engine C++ 开发工具包 (ArcGIS Engine SDK
对于跨平台 C++),请参见 http:// /wikis.esri.com/wiki/display/ag93bsr/ArcGIS+Engine#ArcGISEngine-DeveloperSolutions%28SDK%29Requirements。我不使用 VC++ 开发工具包,所以我不确定它是否包含 ArcSDK.h 文件。但是,如果您安装 ArcEngine Runtime 和跨平台 C++ 的 ArcEngine SDK,ArcSDK 文件将位于 ArcGIS\include\CPPAPI 中,如您所述。
I believe you want to install the ArcGIS Engine C++ Dev Kit (ArcGIS Engine SDK
for Cross Platform C++) described at http://wikis.esri.com/wiki/display/ag93bsr/ArcGIS+Engine#ArcGISEngine-DeveloperSolutions%28SDK%29Requirements. I don't use the VC++ Dev kit so I'm not sure if it includes the ArcSDK.h file. However, if you install ArcEngine Runtime and the ArcEngine SDK for cross platform C++, the ArcSDK file will be in ArcGIS\include\CPPAPI as you noted.