public class ImagePyramidBuildingParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
ImagePyramidBuildingParameter()
构造函数
|
ImagePyramidBuildingParameter(ResamplingMethod resamplingMethod)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的资源。
|
int |
getParallelNumber()
获取多影像文件构建金字塔时的并行数目,默认为1.
|
ResamplingMethod |
getResamplingMethod()
获取影像重采样方法,默认为
ResamplingMethod.NONE |
boolean |
isInternalPyramid()
是否创建内建金字塔。
|
boolean |
isRemoveExistingPyramid()
是否清除已存在的金字塔,默认为 false
|
ImagePyramidBuildingParameter |
setInternalPyramid(boolean isInternalPyramid)
设置是否创建内建金字塔
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
ImagePyramidBuildingParameter |
setParallelNumber(int value)
设置多影像文件构建金字塔时的并行数目,线程数目应该参考影像文件所在的磁盘性能,如果存放影像文件的磁盘性能一般,比如 HDD 机械硬盘,则建议使用1;
如果磁盘为 SSD 等高性能存储器,则可以设置为 4 或更大的值,但不建议线程数目大于 16,过大的线程数目会导致磁盘负载过重,导致创建金字塔失败。
|
ImagePyramidBuildingParameter |
setRemoveExistingPyramid(boolean isRemoveExistingPyramid)
设置是否清除已存在的金字塔
|
ImagePyramidBuildingParameter |
setResamplingMethod(ResamplingMethod resamplingMethod)
设置影像重采样方法
|
public ImagePyramidBuildingParameter()
public ImagePyramidBuildingParameter(ResamplingMethod resamplingMethod)
resamplingMethod
- 重采样方法public void dispose()
public ResamplingMethod getResamplingMethod()
ResamplingMethod.NONE
public ImagePyramidBuildingParameter setResamplingMethod(ResamplingMethod resamplingMethod)
resamplingMethod
- 重采样方法public boolean isRemoveExistingPyramid()
public ImagePyramidBuildingParameter setRemoveExistingPyramid(boolean isRemoveExistingPyramid)
isRemoveExistingPyramid
- 是否清除已存在的金字塔public boolean isInternalPyramid()
public ImagePyramidBuildingParameter setInternalPyramid(boolean isInternalPyramid)
isInternalPyramid
- 是否创建内部格式金字塔public int getParallelNumber()
public ImagePyramidBuildingParameter setParallelNumber(int value)
value
- 多影像文件构建金字塔时的并行数目public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.