com.supermap.web.iServerJava6R.networkAnalystServices
public class FindLocationResult
继承 FindLocationResult Inheritance Object

选址分区分析服务结果数据类.

该类用于存放选址分区分析结果。

另请参见

FindLocationService


公共属性
  属性 定义方
    demandResults : Array
[read-only] 需求结果(DemandResult)对象数组,包括需求结点或弧段的 ID、资源供给中心 ID、实际被分配的资源量以及需求结果是弧段还是结点等
FindLocationResult
    supplyResults : Array
[read-only] 资源供给结果(SupplyResult 类)对象数组。用于在选址分析中描述每一个资源中心的情况:中心的类型、ID、资源量、最大耗费、服务的需求数、资源耗费量等。
FindLocationResult
公共方法
  方法 定义方
   
初始化 FindLocationResult 类的新实例。
FindLocationResult
属性详细信息
demandResults 属性
demandResults:Array  [read-only]

需求结果(DemandResult)对象数组,包括需求结点或弧段的 ID、资源供给中心 ID、实际被分配的资源量以及需求结果是弧段还是结点等


Implementation
    public function get demandResults():Array

另请参见

supplyResults 属性  
supplyResults:Array  [read-only]

资源供给结果(SupplyResult 类)对象数组。用于在选址分析中描述每一个资源中心的情况:中心的类型、ID、资源量、最大耗费、服务的需求数、资源耗费量等。


Implementation
    public function get supplyResults():Array

另请参见

构造函数详细信息
FindLocationResult () 构造函数
public function FindLocationResult()

初始化 FindLocationResult 类的新实例。