com.supermap.image.processing
类 GammaStretchParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.image.processing.ImageStretchingParameter
-
- com.supermap.image.processing.GammaStretchParameter
-
public class GammaStretchParameter extends ImageStretchingParameter
伽马拉伸参数类。
-
-
构造器概要
构造器 构造器和说明 GammaStretchParameter()
已过时。GammaStretchParameter(PixelFormat pixelFormat, double noDataValue, double outputRangeMin, double outputRangeMax, double truncationMin, double truncationMax, boolean isStretchByPercent, double minPercent, double maxPercent, double gamma)
已过时。
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 double
getGamma()
已过时。static long
getHandle(com.supermap.data.InternalHandle obj)
GammaStretchParameter
setGamma(double gamma)
已过时。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
-
从类继承的方法 com.supermap.image.processing.ImageStretchingParameter
dispose, getBandIndexs, getMaxPercent, getMinPercent, getNoDataValue, getNumOfStd, getOutputRangeMax, getOutputRangeMin, getPixelFormat, getStretchingType, getTruncationMax, getTruncationMin, isStretchByPercent, setBandIndexs, setMaxPercent, setMinPercent, setNoDataValue, setNumOfStd, setOutputRangeMax, setOutputRangeMin, setPixelFormat, setStretchByPercent, setStretchingType, setTruncationMax, setTruncationMin
-
-
-
-
构造器详细资料
-
GammaStretchParameter
@Deprecated public GammaStretchParameter()
已过时。构造一个伽马拉伸参数对象。
-
GammaStretchParameter
@Deprecated public GammaStretchParameter(PixelFormat pixelFormat, double noDataValue, double outputRangeMin, double outputRangeMax, double truncationMin, double truncationMax, boolean isStretchByPercent, double minPercent, double maxPercent, double gamma)
已过时。构造一个伽马拉伸参数对象。- 参数:
pixelFormat
- 像素格式。noDataValue
- 无值。outputRangeMin
- 输出最小值。outputRangeMax
- 输出最大值。truncationMin
- 拉伸最小截断值。truncationMax
- 拉伸最大截断值。isStretchByPercent
- 是否百分比截断拉伸。minPercent
- 最小截断百分比值。maxPercent
- 最大截断百分比值。gamma
- 伽马拉伸参数。
-
-
方法详细资料
-
getGamma
@Deprecated public double getGamma()
已过时。返回伽马拉伸参数。- 覆盖:
getGamma
在类中ImageStretchingParameter
- 返回:
- 伽马拉伸参数。
-
setGamma
@Deprecated public GammaStretchParameter setGamma(double gamma)
已过时。设置伽马拉伸参数。- 覆盖:
setGamma
在类中ImageStretchingParameter
- 参数:
gamma
- 伽马拉伸参数。- 返回:
- 伽马参数对象。
-
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.