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)
设置分辨率大小。
|
public void dispose()
public ResampleMethod getResampleMethod()
public StitchImagesParameter setResampleMethod(ResampleMethod resampleMethod)
resampleMethod
- 重采样方法。public double getResolution()
public StitchImagesParameter setResolution(double resolution)
resolution
- 分辨率大小。public double getNoDataValue()
public StitchImagesParameter setNoDataValue(double noDataValue)
noDataValue
- 无值。public int[] getBandIndexs()
public StitchImagesParameter setBandIndexs(int[] outputBandIndexs)
outputBandIndexs
- 设置输出的波段索引集合。public int getFeatherCount()
public StitchImagesParameter setFeatherCount(int featherCount)
featherCount
- 羽化数量。@Deprecated public CompressMethod getCompressMethod()
@Deprecated public StitchImagesParameter setCompressMethod(CompressMethod compressMethod)
compressMethod
- 压缩方法。@Deprecated public int getParallelNumber()
@Deprecated public StitchImagesParameter setParallelNumber(int parallelNumber)
parallelNumber
- 并行数量。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.