public class StatisticValue
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的资源。
|
double |
getMaxAbsoluteValue()
获取最大绝对值
|
double |
getMaxValue()
获取最大值
|
double |
getMean()
获取均值
|
double |
getMinValue()
获取最小值
|
int |
getNumber()
获取统计数目
|
double |
getRMSE()
获取均方根
|
double |
getVariance()
获取方差
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
public void dispose()
public int getNumber()
public double getRMSE()
public double getMean()
public double getMaxAbsoluteValue()
public double getVariance()
public double getMaxValue()
public double getMinValue()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.