com.supermap.data

类 Histogram

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


    public class Histogram
    extends com.supermap.data.InternalHandleDisposable
    直方图类
    • 方法详细资料

      • dispose

        public void dispose()
      • getHistMax

        public double getHistMax()
        获取直方图最大值
        返回:
        直方图最大值
      • getHistMin

        public double getHistMin()
        获取直方图最小值
        返回:
        直方图最小值
      • getBandIndex

        public int getBandIndex()
        获取波段索引
        返回:
        波段索引
      • getBucketCount

        public int getBucketCount()
        获取分段数
        返回:
        分段数
      • getHistCounts

        public int[] getHistCounts()
        获取频数
        返回:
        频数

Copyright © 2021–2024 SuperMap. All rights reserved.