SuperMap.REST.FindClosestFacilitiesEventArgs

最近设施分析服务事件数据类。 该类包含了从服务端传回的最近设施分析结果数据。

Inherits from

Summary
SuperMap.REST.FindClosestFacilitiesEventArgs 最近设施分析服务事件数据类。 该类包含了从服务端传回的最近设施分析结果数据。
Properties
result {SuperMap.REST.FindClosestFacilityResult} 服务端返回的最近设施分析结果数据,结果中包含了查找的最近设施点、设施点与事件点间的弧段、结点等信息。
Constructor
SuperMap.REST.FindClosestFacilitiesEventArgs 最近设施分析服务事件数据类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

{SuperMap.REST.FindClosestFacilityResult} 服务端返回的最近设施分析结果数据,结果中包含了查找的最近设施点、设施点与事件点间的弧段、结点等信息。

Constructor

SuperMap.REST.FindClosestFacilitiesEventArgs

最近设施分析服务事件数据类构造函数。

Parameters

result {SuperMap.REST.FindClosestFacilityResult} 服务端返回的最近设施分析结果数据。
originResult {Object} 服务端返回的存储了最近设施分析结果数据的 JSON 字符串。

Functions

destroy

destroy: function()

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

最近设施分析服务结果类。 该类包含了分析得到的最近设施点、设施点与事件点间的弧段、结点等信息。
destroy: function()
释放资源,将引用资源的属性置空。
服务事件结果相关参数的基类。
Close