SuperMap.REST.GetSMLInfosEventArgs

获取服务器态势图信息列表的事件类

Inherits from

Summary
SuperMap.REST.GetSMLInfosEventArgs 获取服务器态势图信息列表的事件类
Properties
result {SuperMap.REST.GetSMLInfosResult} 服务端返回的结果数据。
Constructor
SuperMap.REST.GetSMLInfosEventArgs 初始化 GetSMLInfosEventArgs 类的新实例。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

{SuperMap.REST.GetSMLInfosResult} 服务端返回的结果数据。

Constructor

SuperMap.REST.GetSMLInfosEventArgs

初始化 GetSMLInfosEventArgs 类的新实例。

Parameters

result {SuperMap.REST.GetSMLInfosResult} 服务端返回的结果数据。
originResult {Object} 服务端返回的用 JSON 对象表示的结果数据。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

获取态势图信息列表结果类
destroy: function()
释放资源,将引用资源的属性置空。
服务事件结果相关参数的基类。
Close