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()
构造一个镶嵌数据集拼接参数类对象。
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 void
dispose()
释放该对象所占用的资源。int[]
getBandIndexs()
返回输出的波段索引集合。CompressMethod
getCompressMethod()
已过时。int
getFeatherCount()
返回羽化数量。static long
getHandle(com.supermap.data.InternalHandle obj)
double
getNoDataValue()
返回无值。int
getParallelNumber()
已过时。ResampleMethod
getResampleMethod()
返回重采样方法。double
getResolution()
返回分辨率大小。StitchImagesParameter
setBandIndexs(int[] outputBandIndexs)
设置输出的波段索引集合。StitchImagesParameter
setCompressMethod(CompressMethod compressMethod)
已过时。StitchImagesParameter
setFeatherCount(int featherCount)
设置羽化数量。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
StitchImagesParameter
setNoDataValue(double noDataValue)
设置无值。StitchImagesParameter
setParallelNumber(int parallelNumber)
已过时。StitchImagesParameter
setResampleMethod(ResampleMethod resampleMethod)
设置重采样方法。StitchImagesParameter
setResolution(double resolution)
设置分辨率大小。
-
-
-
方法详细资料
-
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
@Deprecated public int getParallelNumber()
已过时。返回并行数量。- 返回:
- 并行数量。
-
setParallelNumber
@Deprecated public StitchImagesParameter setParallelNumber(int parallelNumber)
已过时。设置并行数量,该参数必须大于0,默认值为1。- 参数:
parallelNumber
- 并行数量。- 返回:
- 镶嵌数据集拼接参数对象。
-
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.