SupplyCenter类参考

所有成员的列表。

公有成员

(id) - initWithSupplyCenter:
 根据给定的 SupplyCenter 对象构造一个与其完全相同的新对象

属性

double maxWeight
 获取或设置资源供给中心的最大耗费(阻值)
double resourceValue
 获取或设置资源供给中心的资源量
int ID
 获取或设置资源供给中心点的 ID
SupplyCenterType supplyCenterType
 获取或设置网络分析中资源供给中心点的类型

成员函数文档

- (id) initWithSupplyCenter: (SupplyCenter *)  supplyCenter  

根据给定的 SupplyCenter 对象构造一个与其完全相同的新对象


属性文档

- (int) ID [read, write, assign]

获取或设置资源供给中心点的 ID

- (double) maxWeight [read, write, assign]

获取或设置资源供给中心的最大耗费(阻值)

单位与选址分区分析参数(LocationAnalystParameter)对象的 setWeightName 方法所指定的权值字段信息(WeightFieldInfo)对象的权值字段的单位相同。中心点最大阻值设置越大,表示中心点所提供的资源可影响范围越大。

最大阻力值是用来限制需求点到中心点的花费。如果需求点(弧段或结点)到此中心的花费大于最大阻力值,则该需求点被过滤掉。最大阻力值可编辑。

- (double) resourceValue [read, write, assign]

获取或设置资源供给中心的资源量

- (SupplyCenterType) supplyCenterType [read, write, assign]

获取或设置网络分析中资源供给中心点的类型


该类的文档由以下文件生成: