public class SupplyCenter extends Object
构造器和说明 |
---|
SupplyCenter()
构造一个新的 SupplyCenter 对象。
|
SupplyCenter(SupplyCenter supplyCenter)
根据给定的 SupplyCenter 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getID()
返回资源供给中心点的 ID。
|
double |
getMaxWeight()
返回资源供给中心的最大耗费(阻值)。
|
double |
getResourceValue()
返回资源供给中心的资源量。
|
SupplyCenterType |
getType()
返回网络分析中资源供给中心点的类型。
|
void |
setID(int value)
设置资源供给中心点的 ID。
|
void |
setMaxWeight(double value)
设置资源供给中心的最大耗费(阻值)。
|
void |
setResourceValue(double value)
设置资源供给中心的资源量。
|
void |
setType(SupplyCenterType type)
设置网络分析中资源供给中心点的类型。
|
public SupplyCenter()
public SupplyCenter(SupplyCenter supplyCenter)
supplyCenter
- 指定的 SupplyCenter 对象。public SupplyCenterType getType()
SupplyCenterType
。
资源供给中心点的类型包括非中心,固定中心和可选中心。固定中心用于资源分配分析;固定中心和可选中心用于选址分析;非中心在两种网络分析时都不予考虑。
SupplyCenterType
public void setType(SupplyCenterType type)
SupplyCenterType
。
资源供给中心点的类型包括非中心,固定中心和可选中心。固定中心用于资源分配分析;固定中心和可选中心用于选址分析;非中心在两种网络分析时都不予考虑。
type
- 资源供给中心类型。SupplyCenterType
public int getID()
public void setID(int value)
value
- 资源供给中心点的 ID。public double getMaxWeight()
LocationAnalystParameter
)对象的 setWeightName
方法所指定的权值字段信息(WeightFieldInfo
)对象的权值字段的单位相同。中心点最大阻值设置越大,表示中心点所提供的资源可影响范围越大。
最大阻力值是用来限制需求点到中心点的花费。如果需求点(弧段或结点)到此中心的花费大于最大阻力值,则该需求点被过滤掉。最大阻力值可编辑。
public void setMaxWeight(double value)
LocationAnalystParameter
)对象的 setWeightName
方法所指定的权值字段信息(WeightFieldInfo
)对象的权值字段的单位相同。中心点最大阻值设置越大,表示中心点所提供的资源可影响范围越大。
最大阻力值是用来限制需求点到中心点的花费。如果需求点(弧段或结点)到此中心的花费大于最大阻力值,则该需求点被过滤掉。最大阻力值可编辑。
value
- 资源供给中心的最大耗费(阻值)。public double getResourceValue()
public void setResourceValue(double value)
value
- 资源供给中心的资源量。Copyright © 2021–2024 SuperMap. All rights reserved.