| 包 | com.supermap.web.iServerJava6R.networkAnalystServices |
| 类 | public class SupplyResult |
| 继承 | SupplyResult Object |
该类对应于选址分区分析中的资源提供者(DemandResult 为资源需求者),其中包括资源供给中心的类型、ID、最大阻值、资源量等信息。
另请参见
| 属性 | 定义方 | ||
|---|---|---|---|
| actualResourceValue : Number
[read-only] 资源供给中心实际提供的资源量。
|
SupplyResult | ||
| averageWeight : Number
[read-only] 从该资源供给中心到每个需求对象的平均耗费(阻值)。
|
SupplyResult | ||
| demandCount : int
[read-only] 该资源提供中心所服务的需求对象(点或弧段)的数量。
|
SupplyResult | ||
| feature : Feature
资源供给中心点要素。
|
SupplyResult | ||
| maxWeight : Number
[read-only] 各个需求对象到资源供给中心的最大耗费(阻值).
|
SupplyResult | ||
| nodeID : int
[read-only] 资源供给中心在网络数据集中的 ID 号。
|
SupplyResult | ||
| resourceValue : Number
[read-only] 资源供给中心的资源量.
|
SupplyResult | ||
| totalWeights : Number
[read-only] 从当前资源供给中心到所有需求点的总耗费(阻值)。
|
SupplyResult | ||
| type : String
[read-only] 资源供给中心的类型常量,由 SupplyCenterType 类定义。
|
SupplyResult | ||
| 方法 | 定义方 | ||
|---|---|---|---|
|
初始化 SupplyResult 类的新实例。
|
SupplyResult | ||
| actualResourceValue | 属性 |
actualResourceValue:Number [read-only]
资源供给中心实际提供的资源量。
public function get actualResourceValue():Number| averageWeight | 属性 |
averageWeight:Number [read-only]
从该资源供给中心到每个需求对象的平均耗费(阻值)。
public function get averageWeight():Number| demandCount | 属性 |
demandCount:int [read-only]
该资源提供中心所服务的需求对象(点或弧段)的数量。
public function get demandCount():int| feature | 属性 |
feature:Feature
资源供给中心点要素。
public function get feature():Feature public function set feature(value:Feature):void| maxWeight | 属性 |
maxWeight:Number [read-only]
各个需求对象到资源供给中心的最大耗费(阻值).
如果需求对象(如弧段或结点)到此中心的花费大于此值,则在分析时该对象不被该资源供给中心考虑。
public function get maxWeight():Number| nodeID | 属性 |
nodeID:int [read-only]
资源供给中心在网络数据集中的 ID 号。
public function get nodeID():int| resourceValue | 属性 |
resourceValue:Number [read-only]
资源供给中心的资源量.
资源量是表示中心点能提供的最大服务量或商品数量。例如资源中心为学校,资源中心资源量表示该学校能够接纳多少学生。
public function get resourceValue():Number| totalWeights | 属性 |
totalWeights:Number [read-only]
从当前资源供给中心到所有需求点的总耗费(阻值)。
public function get totalWeights():Number| type | 属性 |
type:String [read-only]
资源供给中心的类型常量,由 SupplyCenterType 类定义。
public function get type():String另请参见
| SupplyResult | () | 构造函数 |
public function SupplyResult()
初始化 SupplyResult 类的新实例。