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) |
public int[] getErrors()
该方法用于返回出没有被分配的分配点集合。
public GroupAnalystResultItem[] getGroupAnalystResultItems()
该方法用于返回分析结果项(GroupAnalystResultItem
)集合。
public void dispose()
public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.