com.supermap.image.processing

类 StatisticValue

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.StatisticValue
  • 所有已实现的接口:
    IDisposable


    public class StatisticValue
    extends com.supermap.data.InternalHandleDisposable
    区域网平差统计数据. 某一对象的统计信息,主要包括:样本数、均方根、均值、方差、最大值、最小值、最大绝对值
    • 方法详细资料

      • dispose

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

        public int getNumber()
        获取统计数目
        返回:
        统计数目
      • getRMSE

        public double getRMSE()
        获取均方根
        返回:
        均方根
      • getMean

        public double getMean()
        获取均值
        返回:
        均值
      • getMaxAbsoluteValue

        public double getMaxAbsoluteValue()
        获取最大绝对值
        返回:
        最大绝对值
      • getVariance

        public double getVariance()
        获取方差
        返回:
        方差
      • getMaxValue

        public double getMaxValue()
        获取最大值
        返回:
        最大值
      • getMinValue

        public double getMinValue()
        获取最小值
        返回:
        最小值
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.