com.supermap.image.processing
类 StitchImagesParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.image.processing.StitchImagesParameter
-
public class StitchImagesParameter extends com.supermap.data.InternalHandle
镶嵌数据集拼接参数类。
-
-
构造器概要
构造器 构造器和说明 StitchImagesParameter()
构造一个镶嵌数据集拼接参数类对象。
-
方法概要
-
-
-
方法详细资料
-
dispose
public void dispose()
释放该对象所占用的资源。
-
getResampleMethod
public ResampleMethod getResampleMethod()
返回重采样方法。- 返回:
- 重采样方法。
-
setResampleMethod
public StitchImagesParameter setResampleMethod(ResampleMethod resampleMethod)
设置重采样方法。- 参数:
resampleMethod
- 重采样方法。- 返回:
- 镶嵌数据集拼接参数对象。
-
getResolution
public double getResolution()
返回分辨率大小。- 返回:
- 分辨率大小。
-
setResolution
public StitchImagesParameter setResolution(double resolution)
设置分辨率大小。- 参数:
resolution
- 分辨率大小。- 返回:
- 镶嵌数据集拼接参数对象。
-
getNoDataValue
public double getNoDataValue()
返回无值。- 返回:
- 无值。
-
setNoDataValue
public StitchImagesParameter setNoDataValue(double noDataValue)
设置无值。- 参数:
noDataValue
- 无值。- 返回:
- 镶嵌数据集拼接参数对象。
-
getBandIndexs
public int[] getBandIndexs()
返回输出的波段索引集合。- 返回:
- 输出的波段索引集合。
-
setBandIndexs
public StitchImagesParameter setBandIndexs(int[] outputBandIndexs)
设置输出的波段索引集合。- 参数:
outputBandIndexs
- 设置输出的波段索引集合。- 返回:
- 镶嵌数据集拼接参数对象。
-
getFeatherCount
public int getFeatherCount()
返回羽化数量。- 返回:
- 羽化数量。
-
setFeatherCount
public StitchImagesParameter setFeatherCount(int featherCount)
设置羽化数量。- 参数:
featherCount
- 羽化数量。- 返回:
-
getCompressMethod
@Deprecated public CompressMethod getCompressMethod()
已过时。返回压缩方法。- 返回:
- 压缩方法。
-
setCompressMethod
@Deprecated public StitchImagesParameter setCompressMethod(CompressMethod compressMethod)
已过时。设置压缩方法。- 参数:
compressMethod
- 压缩方法。- 返回:
- 镶嵌数据集拼接参数对象。
-
getParallelNumber
public int getParallelNumber()
返回并行数量。- 返回:
- 并行数量。
-
setParallelNumber
public StitchImagesParameter setParallelNumber(int parallelNumber)
设置并行数量,该参数必须大于0,默认值为1。- 参数:
parallelNumber
- 并行数量。- 返回:
- 镶嵌数据集拼接参数对象。
-
setParallelStrategy
public StitchImagesParameter setParallelStrategy(ParallelStrategy parallelStrategy)
设置并行策略。- 参数:
parallelStrategy
- 并行策略。- 返回:
- 镶嵌数据集拼接参数对象。
- 从以下版本开始:
- 12.0版本。
-
getParallelStrategy
public ParallelStrategy getParallelStrategy()
返回并行策略。- 返回:
- 并行策略。
- 从以下版本开始:
- 12.0版本。
-
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.