com.supermap.image.processing
类 GammaCorrectParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.GammaCorrectParameter
-
- 所有已实现的接口:
- IDisposable
public class GammaCorrectParameter extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 GammaCorrectParameter()
默认构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
int
getBlueBand()
返回蓝色波段索引double
getBlueGamma()
返回蓝波段伽马校正参数。GammaCorrectMethod
getGammaCorrectMethod()
获取gamma校正方法int
getGreenBand()
返回绿色波段索引double
getGreenGamma()
返回绿波段伽马校正参数。int
getRedBand()
获取红色波段索引double
getRedGamma()
返回红波段伽马校正参数。GammaCorrectParameter
setBlueBand(int value)
设置蓝色波段索引。GammaCorrectParameter
setBlueGamma(double gamma)
设置蓝波段伽马拉伸参数。GammaCorrectParameter
setGammaCorrectMethod(GammaCorrectMethod gammaMethod)
GammaCorrectParameter
setGreenBand(int value)
设置绿色波段索引。GammaCorrectParameter
setGreenGamma(double gamma)
设置绿波段伽马拉伸参数。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
GammaCorrectParameter
setRedBand(int value)
设置红色波段索引。GammaCorrectParameter
setRedGamma(double gamma)
设置红波段伽马拉伸参数。
-
-
-
方法详细资料
-
dispose
public void dispose()
-
getRedBand
public int getRedBand()
获取红色波段索引- 返回:
- 红色波段索引
-
setRedBand
public GammaCorrectParameter setRedBand(int value)
设置红色波段索引。- 参数:
value
- 红色波段索引- 返回:
- 当前对象
-
getGreenBand
public int getGreenBand()
返回绿色波段索引- 返回:
- 绿色波段索引
-
setGreenBand
public GammaCorrectParameter setGreenBand(int value)
设置绿色波段索引。- 参数:
value
- 绿色波段索引- 返回:
- 当前对象
-
getBlueBand
public int getBlueBand()
返回蓝色波段索引- 返回:
- 蓝色波段索引
-
setBlueBand
public GammaCorrectParameter setBlueBand(int value)
设置蓝色波段索引。- 参数:
value
- 蓝色波段索引- 返回:
- 当前对象
-
getGammaCorrectMethod
public GammaCorrectMethod getGammaCorrectMethod()
获取gamma校正方法- 返回:
- gamma校正方法
-
setGammaCorrectMethod
public GammaCorrectParameter setGammaCorrectMethod(GammaCorrectMethod gammaMethod)
-
getRedGamma
public double getRedGamma()
返回红波段伽马校正参数。- 返回:
- 红波段伽马校正参数。
-
setRedGamma
public GammaCorrectParameter setRedGamma(double gamma)
设置红波段伽马拉伸参数。- 参数:
gamma
- 伽马拉伸参数。- 返回:
- 当前对象
-
getGreenGamma
public double getGreenGamma()
返回绿波段伽马校正参数。- 返回:
- 伽马校正参数。
-
setGreenGamma
public GammaCorrectParameter setGreenGamma(double gamma)
设置绿波段伽马拉伸参数。- 参数:
gamma
- 伽马拉伸参数。- 返回:
- 当前对象
-
getBlueGamma
public double getBlueGamma()
返回蓝波段伽马校正参数。- 返回:
- 伽马校正参数。
-
setBlueGamma
public GammaCorrectParameter setBlueGamma(double gamma)
设置蓝波段伽马拉伸参数。- 参数:
gamma
- 伽马拉伸参数。- 返回:
- 当前对象
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.