public class GaussianStretchParameter extends ImageStretchingParameter
构造器和说明 |
---|
GaussianStretchParameter()
已过时。
|
GaussianStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
double truncationMin,
double truncationMax,
boolean isStretchByPercent,
double minPercent,
double maxPercent,
int numOfStd)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
int |
getNumOfStd()
已过时。
|
static void |
setHandle(com.supermap.data.InternalHandle obj,
long handle) |
GaussianStretchParameter |
setNumOfStd(int numOfStd)
已过时。
|
dispose, getBandIndexs, getGamma, getMaxPercent, getMinPercent, getNoDataValue, getOutputRangeMax, getOutputRangeMin, getPixelFormat, getStretchingType, getTruncationMax, getTruncationMin, isStretchByPercent, setBandIndexs, setGamma, setMaxPercent, setMinPercent, setNoDataValue, setOutputRangeMax, setOutputRangeMin, setPixelFormat, setStretchByPercent, setStretchingType, setTruncationMax, setTruncationMin
@Deprecated public 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
- 标准差数。@Deprecated public int getNumOfStd()
getNumOfStd
在类中 ImageStretchingParameter
@Deprecated public GaussianStretchParameter setNumOfStd(int numOfStd)
setNumOfStd
在类中 ImageStretchingParameter
numOfStd
- 标准差数。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.