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) |
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
@Deprecated public 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
- 伽马拉伸参数。@Deprecated public double getGamma()
getGamma
在类中 ImageStretchingParameter
@Deprecated public GammaStretchParameter setGamma(double gamma)
setGamma
在类中 ImageStretchingParameter
gamma
- 伽马拉伸参数。public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.