com.supermap.image.processing
类 ImageOutputOption
- java.lang.Object
-
- com.supermap.image.processing.ImageOutputOption
-
- 直接已知子类:
- ImageExportParameter
public class ImageOutputOption extends Object
-
-
构造器概要
构造器 构造器和说明 ImageOutputOption()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static ImageOutputOption
fromMap(Map<String,String> values)
从 Map 对象中构造 ImageOutputOption 对象CompressMethod
getCompressMethod()
FileType
getFileType()
boolean
isWriteAsTile()
ImageOutputOption
setCompressMethod(CompressMethod compressMethod)
设置影像文件压缩方法,对 TIF 影像有效ImageOutputOption
setFileType(FileType fileType)
设置影像文件类型ImageOutputOption
setWriteAsTile(boolean isWriteAsTile)
设置是否分块写出影像,Map<String,String>
toMap()
将当前对象的值保存为一个 Map 对象
-
-
-
方法详细资料
-
getFileType
public FileType getFileType()
- 返回:
- 获取影像文件类型
-
setFileType
public ImageOutputOption setFileType(FileType fileType)
设置影像文件类型- 参数:
fileType
- 影像文件类型- 返回:
- 当前对象
-
getCompressMethod
public CompressMethod getCompressMethod()
- 返回:
- 获取影像文件压缩方法
-
setCompressMethod
public ImageOutputOption setCompressMethod(CompressMethod compressMethod)
设置影像文件压缩方法,对 TIF 影像有效- 参数:
compressMethod
- 影像压缩方法- 返回:
- 当前对象
-
isWriteAsTile
public boolean isWriteAsTile()
- 返回:
- 获取是否以分块写出,对 TIF 影像有效
-
setWriteAsTile
public ImageOutputOption setWriteAsTile(boolean isWriteAsTile)
设置是否分块写出影像,- 参数:
isWriteAsTile
- 是否分块写出- 返回:
- 当前对象
-
fromMap
public static ImageOutputOption fromMap(Map<String,String> values)
从 Map 对象中构造 ImageOutputOption 对象- 参数:
values
- 包含 ImageOutputOption 值信息的 Map 对象- 返回:
- 结果 ImageOutputOption 对象
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.