com.supermap.image.processing
类 GaussianStretchParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.image.processing.ImageStretchingParameter
-
- com.supermap.image.processing.GaussianStretchParameter
-
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 longgetHandle(com.supermap.data.InternalHandle obj)intgetNumOfStd()已过时。static voidsetHandle(com.supermap.data.InternalHandle obj, long handle)GaussianStretchParametersetNumOfStd(int numOfStd)已过时。-
从类继承的方法 com.supermap.image.processing.ImageStretchingParameter
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
-
-
-
-
构造器详细资料
-
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- 标准差数。
-
-
方法详细资料
-
getNumOfStd
@Deprecated public int getNumOfStd()
已过时。返回标准差数。- 覆盖:
getNumOfStd在类中ImageStretchingParameter- 返回:
- 标准差数。
-
setNumOfStd
@Deprecated public GaussianStretchParameter setNumOfStd(int numOfStd)
已过时。设置标准差数,可以改变高斯分布的形状。- 覆盖:
setNumOfStd在类中ImageStretchingParameter- 参数:
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–2025 SuperMap. All rights reserved.