public class OptimizedLinearStretchParameter extends ImageStretchingParameter
构造器和说明 |
---|
OptimizedLinearStretchParameter()
构造一个优化线性拉伸参数对象。
|
OptimizedLinearStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
boolean isStretchByPercent,
double opMinPercent,
double opMaxPercent,
double opMinAdjust,
double opMaxAdjust)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
double |
getOpMaxAdjust()
返回优化线性拉伸最大调整百分比。
|
double |
getOpMaxPercent()
返回优化线性拉伸最大截断百分比。
|
double |
getOpMinAdjust()
返回优化线性拉伸最小调整百分比。
|
double |
getOpMinPercent()
返回优化线性拉伸最小截断百分比。
|
static void |
setHandle(com.supermap.data.InternalHandle obj,
long handle) |
OptimizedLinearStretchParameter |
setOpMaxAdjust(double opMaxAdjust)
设置优化线性拉伸最大调整百分比。
|
OptimizedLinearStretchParameter |
setOpMaxPercent(double opMaxPercent)
设置优化线性拉伸最大截断百分比。
|
OptimizedLinearStretchParameter |
setOpMinAdjust(double opMinAdjust)
设置优化线性拉伸最小调整百分比。
|
OptimizedLinearStretchParameter |
setOpMinPercent(double opMinPercent)
设置优化线性拉伸最小截断百分比。
|
dispose, getBandIndexs, getGamma, getMaxPercent, getMinPercent, getNoDataValue, getNumOfStd, getOutputRangeMax, getOutputRangeMin, getPixelFormat, getStretchingType, getTruncationMax, getTruncationMin, isStretchByPercent, setBandIndexs, setGamma, setMaxPercent, setMinPercent, setNoDataValue, setNumOfStd, setOutputRangeMax, setOutputRangeMin, setPixelFormat, setStretchByPercent, setStretchingType, setTruncationMax, setTruncationMin
public OptimizedLinearStretchParameter()
@Deprecated public OptimizedLinearStretchParameter(PixelFormat pixelFormat, double noDataValue, double outputRangeMin, double outputRangeMax, boolean isStretchByPercent, double opMinPercent, double opMaxPercent, double opMinAdjust, double opMaxAdjust)
pixelFormat
- 像素格式。noDataValue
- 无值。outputRangeMin
- 输出最小值。outputRangeMax
- 输出最大值。isStretchByPercent
- 是否百分比截断拉伸。opMinPercent
- 优化线性拉伸最小截断百分比。opMaxPercent
- 优化线性拉伸最大截断百分比。opMinAdjust
- 优化线性拉伸最小调整百分比。opMaxAdjust
- 优化线性拉伸最大调整百分比。public double getOpMinPercent()
public OptimizedLinearStretchParameter setOpMinPercent(double opMinPercent)
opMinPercent
- 优化线性拉伸最小截断百分比。public double getOpMaxPercent()
public OptimizedLinearStretchParameter setOpMaxPercent(double opMaxPercent)
opMaxPercent
- 优化线性拉伸最大截断百分比。public double getOpMinAdjust()
public OptimizedLinearStretchParameter setOpMinAdjust(double opMinAdjust)
opMinAdjust
- 优化线性拉伸最小调整百分比。public double getOpMaxAdjust()
public OptimizedLinearStretchParameter setOpMaxAdjust(double opMaxAdjust)
opMaxAdjust
- 优化线性拉伸最大调整百分比。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.