随便走走
路人甲
路人甲
  • 注册日期2004-01-15
  • 发帖数7
  • QQ
  • 铜币132枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:1703回复:3

请问如何给MO程序加上DEM数据?

楼主#
更多 发布于:2005-12-06 22:07
各个例子上都没这方面的介绍,哪位有此经验,请指教!
喜欢0 评分0
随便走走
路人甲
路人甲
  • 注册日期2004-01-15
  • 发帖数7
  • QQ
  • 铜币132枚
  • 威望0点
  • 贡献值0点
  • 银元0个
1楼#
发布于:2005-12-13 11:17
<P>自己找</P>
<P><a href="http://forums.esri.com/Thread.asp?c=9;f=85;t=80403;mc=4" target="_blank" >http://forums.esri.com/Thread.asp?c=9;f=85;t=80403;mc=4</A></P>
<P>Even the new 2.2 version (out soon) will not support SDE rasters:-( In fact I received news from the 2.2 forum that ESRI has no plans to even incorporate these into MO. <BR>You could use the SDE api to read the sde raster and display that data as a layer in MO. This would be slightly involved (and probably best implemented in c++), but could possibly be done in vb. The sde api is fully published and you could use an existing connection to sde from MO (or create a new one). A few ways to go about it 1) fetch the whole raster out to begin with, write it to a file MO understands (e.g. BMP) along with a world file, or 2) dynamically hit sde each time you change extent to fetch a new raster at the approriate pyramid level (more work, but probably more efficent) then display it behind your other data layers (either by adding it as a regular MO image layer or dynamically drawing the other layers on top of it). Either way you are in for a little work, but it should be doable. </P>
举报 回复(0) 喜欢(0)     评分
随便走走
路人甲
路人甲
  • 注册日期2004-01-15
  • 发帖数7
  • QQ
  • 铜币132枚
  • 威望0点
  • 贡献值0点
  • 银元0个
2楼#
发布于:2005-12-13 11:18
<P>还是自己动手找的好,这么多人看竟没人回答</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
3楼#
发布于:2005-12-13 16:24
<P>在安装mo的时候,就会提示你安装对各种文件的支持的</P>
<P>你看看moview例子,也可以添加影象文件的</P>
举报 回复(0) 喜欢(0)     评分
游客

返回顶部