com.supermap.analyst.networkanalyst
类 GroupAnalystResult
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.analyst.networkanalyst.GroupAnalystResult
-
public class GroupAnalystResult extends com.supermap.data.InternalHandle
分组分析结果类。
该类用于返回分组分析的结果,包括未分配到的分配点集合和分析结果项集合。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。int[]
getErrors()
返回未分配到的分配点集合。GroupAnalystResultItem[]
getGroupAnalystResultItems()
返回分析结果项集合。static long
getHandle(com.supermap.data.InternalHandle obj)
static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
-
-
-
方法详细资料
-
getErrors
public int[] getErrors()
返回未分配到的分配点集合。该方法用于返回出没有被分配的分配点集合。
- 返回:
- 未分配到的分配点集合。
-
getGroupAnalystResultItems
public GroupAnalystResultItem[] getGroupAnalystResultItems()
返回分析结果项集合。该方法用于返回分析结果项(
GroupAnalystResultItem
)集合。- 返回:
- 分析结果项集合。
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getHandle
public static long getHandle(com.supermap.data.InternalHandle obj)
-
setHandle
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.