SuperMap.REST.GetSymbolInfoEventArgs

标绘服务中获取标号信息事件类。

Inherits from

Summary
SuperMap.REST.GetSymbolInfoEventArgs 标绘服务中获取标号信息事件类。
Properties
result {SuperMap.REST.GetSymbolInfoResult} 服务端返回的结果数据。
Constructor
SuperMap.REST.GetSymbolInfoEventArgs 初始化 GetSymbolInfoEventArgs 类的新实例。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

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

Constructor

SuperMap.REST.GetSymbolInfoEventArgs

初始化 GetSymbolInfoEventArgs 类的新实例。

Parameters

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

Functions

destroy

destroy: function()

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

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