public class ImageFuseParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
ImageFuseParameter()
默认构造函数
|
ImageFuseParameter(FusionMethod fusionMethod)
根据影像融合方法的构造函数
|
限定符和类型 | 方法和说明 |
---|---|
ImageFuseParameter |
clone() |
void |
dispose()
释放 ImageFuseParameter对象所占资源
|
FusionMethod |
getFuseMethod()
获取影像融合方法
|
double |
getSharpCoefficient()
获取锐化系数。
|
ImageFuseParameter |
setFuseMethod(FusionMethod fuseMethod)
设置影像融合方法
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
ImageFuseParameter |
setSharpCoefficient(double sharpCoefficient)
设置锐化系数,用来调节融合后影像的清晰程度,仅支持
FusionMethod.PANSHARP 和 FusionMethod.GRAMSCHMIDT |
public ImageFuseParameter()
public ImageFuseParameter(FusionMethod fusionMethod)
fusionMethod
- 影像融合算法public void dispose()
public ImageFuseParameter clone() throws CloneNotSupportedException
clone
在类中 Object
CloneNotSupportedException
public FusionMethod getFuseMethod()
public double getSharpCoefficient()
public ImageFuseParameter setFuseMethod(FusionMethod fuseMethod)
fuseMethod
- 影像融合方法public ImageFuseParameter setSharpCoefficient(double sharpCoefficient)
FusionMethod.PANSHARP
和 FusionMethod.GRAMSCHMIDT
sharpCoefficient
- 影像锐化系数public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.