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