SuperMap.REST.FindLocationResult

选址分区分析服务结果数据类。 类包含了选址分区得到的需求结果对象数组、资源供给中心数组等信息。

Summary
SuperMap.REST.FindLocationResult 选址分区分析服务结果数据类。 类包含了选址分区得到的需求结果对象数组、资源供给中心数组等信息。
Properties
demandResults {Array(SuperMap.REST.DemandResult)} 需求结果对象数组。
supplyResults {Array(SuperMap.REST.SupplyResult)} 资源供给结果对象数组。
Constructor
SuperMap.REST.FindLocationResult 选址分区分析服务结果数据类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

demandResults

{Array(SuperMap.REST.DemandResult)} 需求结果对象数组。

supplyResults

{Array(SuperMap.REST.SupplyResult)} 资源供给结果对象数组。

Constructor

SuperMap.REST.FindLocationResult

选址分区分析服务结果数据类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

demandResults {Array(SuperMap.REST.DemandResult)} 需求结果对象数组。
supplyResults {Array(SuperMap.REST.SupplyResult)} 资源供给结果对象数组。

Functions

destroy

destroy: function()

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

选址分区的需求结果类。 该类用于返回需求结果的相关信息,包括需求结点或弧段的 ID、资源供给中心 ID、实际被分配的资源量以及需求结果是弧段还是结点。
资源供给中心类。 类提供了资源供给的结果,包括资源供给中心的类型、ID、最大阻值、资源量等。
destroy: function()
释放资源,将引用资源的属性置空。
Close