SuperMap iClient3D for Plugin Reference
asyncFetchModel 方法
请参见  反馈

modelUrl
模型数据所在的服务器地址。
fetchModelFinishedHandler
完成异步下载后回调函数。该函数包含一个SuperMap.Web.Core.GeoModel 对象的参数。

Glossary Item Box

通过异步下载的方式下载模型数据,下载完成后执行注册的回调函数。

语法

ASP.NET Ajax Javascript (Specification)  
function asyncFetchModel( 
   
modelUrl : String,
   
fetchModelFinishedHandler : Function
) : void;
ASP.NET Ajax Javascript (Usage)  
var resultVar = instanceOfAsyncHelper.asyncFetchModel(String,Function);

参数

modelUrl
模型数据所在的服务器地址。
fetchModelFinishedHandler
完成异步下载后回调函数。该函数包含一个SuperMap.Web.Core.GeoModel 对象的参数。

需求

操作系统: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7


浏览器: Internet Explorer 6 以上

请参见

© 2000-2011 北京超图软件股份有限公司 保留所有权利。