com.supermap.analyst.networkanalyst
类 AllocationAnalystResult
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.analyst.networkanalyst.AllocationAnalystResult
-
- 所有已实现的接口:
- IDisposable
public class AllocationAnalystResult extends com.supermap.data.InternalHandleDisposable
资源分配分析结果类。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放该对象所占用的资源。DemandResult[]
getDemandResults()
返回需求结果对象数组。int[][]
getEdges()
返回分析结果中经过的弧段ID集合。int[][]
getNodes()
返回分析结果中经过的结点ID集合。GeoLineM[]
getRoutes()
返回资源分配分析出的分配路径路由结果,数组长度为被分配的资源中心点的个数。
-
-
-
方法详细资料
-
getDemandResults
public DemandResult[] getDemandResults()
返回需求结果对象数组。有关资源供给结果的详细信息,请参见DemandResult
类。- 返回:
- 需求结果对象数组。
- 另请参阅:
DemandResult
-
getRoutes
public GeoLineM[] getRoutes()
返回资源分配分析出的分配路径路由结果,数组长度为被分配的资源中心点的个数。- 返回:
- 资源分配分析出的分配路径结果。
-
getNodes
public int[][] getNodes()
返回分析结果中经过的结点ID集合。- 返回:
- 经过的结点ID集合,二维整型数组。
-
getEdges
public int[][] getEdges()
返回分析结果中经过的弧段ID集合。- 返回:
- 经过的弧段ID集合,二维整型数组。
-
dispose
public void dispose()
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.