public class GridHistogram
extends com.supermap.data.InternalHandle
createHistogram
方法)的结果,还可以重新指定直方图横轴上的组数。限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放 GridHistogram 对象所占用的资源。
|
int[] |
getFrequencies()
返回栅格直方图每个组的频数。
|
int |
getGroupCount()
返回栅格直方图横轴上的组数。
|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
HistogramSegmentInfo[] |
getSegmentInfos()
返回栅格直方图每个组的区间信息。
|
void |
setGroupCount(int count)
设置栅格直方图横轴上的组数。
|
static void |
setHandle(com.supermap.data.InternalHandle obj,
long handle) |
public int getGroupCount()
public void setGroupCount(int count)
count
- 栅格直方图横轴上的组数。IllegalArgumentException
- 如果指定为 0 或负数public int[] getFrequencies()
public HistogramSegmentInfo[] getSegmentInfos()
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.