com.supermap.analyst.networkanalyst
类 AllocationAnalystResult

java.lang.Object
  继承者 com.supermap.analyst.networkanalyst.AllocationAnalystResult

public class AllocationAnalystResult
extends java.lang.Object

资源分配分析结果类。


方法摘要
 void dispose()
          释放该对象所占用的资源。
 DemandResult[] getDemandResults()
          返回需求结果对象数组。
 int[][] getEdges()
          返回分析结果中经过的弧段ID集合。
 int[][] getNodes()
          返回分析结果中经过的结点ID集合。
 GeoLineM[] getRoutes()
          返回资源分配分析出的分配路径路由结果,数组长度为被分配的资源中心点的个数。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getRoutes

public GeoLineM[] getRoutes()
返回资源分配分析出的分配路径路由结果,数组长度为被分配的资源中心点的个数。

返回:
资源分配分析出的分配路径结果。

getDemandResults

public DemandResult[] getDemandResults()
返回需求结果对象数组。有关资源供给结果的详细信息,请参见 DemandResult 类。

返回:
需求结果对象数组。
另请参见:
DemandResult

getNodes

public int[][] getNodes()
返回分析结果中经过的结点ID集合。

返回:
经过的结点ID集合,二维整型数组。

getEdges

public int[][] getEdges()
返回分析结果中经过的弧段ID集合。

返回:
经过的弧段ID集合,二维整型数组。

dispose

public void dispose()
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。