程序包 | 说明 |
---|---|
com.supermap.analyst.networkanalyst |
限定符和类型 | 方法和说明 |
---|---|
SupplyCenter |
SupplyCenters.get(int index)
返回此资源供给中心集合对象中指定序号的资源供给中心对象。
|
SupplyCenter[] |
SupplyCenters.toArray()
将资源供给中心集合对象转换为资源供给中心对象数组。
|
限定符和类型 | 方法和说明 |
---|---|
int |
SupplyCenters.add(SupplyCenter supplyCenter)
添加资源供给中心对象到此集合中,添加成功返回被添加对象的序号。
|
int |
SupplyCenters.addRange(SupplyCenter[] supplyCenters)
以数组形式向集合中添加资源供给中心对象,添加成功,返回添加的资源供给中心对象的个数。
|
void |
SupplyCenters.set(int index,
SupplyCenter supplyCenter)
设置此资源供给中心集合对象中指定序号的资源供给中心对象。
|
构造器和说明 |
---|
SupplyCenter(SupplyCenter supplyCenter)
根据给定的 SupplyCenter 对象构造一个与其完全相同的新对象。
|
Copyright © 2021–2024 SuperMap. All rights reserved.