com.supermap.image.processing

类 GaussianStretchParameter

    • 构造器详细资料

      • GaussianStretchParameter

        @Deprecated
        public GaussianStretchParameter()
        已过时。 
        构造一个高斯拉伸参数对象。
      • GaussianStretchParameter

        @Deprecated
        public GaussianStretchParameter(PixelFormat pixelFormat,
                                                     double noDataValue,
                                                     double outputRangeMin,
                                                     double outputRangeMax,
                                                     double truncationMin,
                                                     double truncationMax,
                                                     boolean isStretchByPercent,
                                                     double minPercent,
                                                     double maxPercent,
                                                     int numOfStd)
        已过时。 
        构造一个高斯拉伸参数对象。
        参数:
        pixelFormat - 像素格式。
        noDataValue - 无值。
        outputRangeMin - 输出最小值。
        outputRangeMax - 输出最大值。
        truncationMin - 拉伸最小截断值。
        truncationMax - 拉伸最大截断值。
        isStretchByPercent - 是否百分比截断拉伸。
        minPercent - 最小截断百分比值。
        maxPercent - 最大截断百分比值。
        numOfStd - 标准差数。
    • 方法详细资料

      • getHandle

        public static long getHandle(com.supermap.data.InternalHandle obj)
      • setHandle

        public static void setHandle(com.supermap.data.InternalHandle obj,
                                     long handle)

Copyright © 2021–2024 SuperMap. All rights reserved.