com.supermap.image.processing

类 ImageOutputOption

    • 构造器详细资料

      • ImageOutputOption

        public ImageOutputOption()
    • 方法详细资料

      • 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 - 是否分块写出
        返回:
        当前对象
      • toMap

        public Map<String,String> toMap()
        将当前对象的值保存为一个 Map 对象
        返回:
        保存当前对象所有值的 Map 对象
      • fromMap

        public static ImageOutputOption fromMap(Map<String,String> values)
        从 Map 对象中构造 ImageOutputOption 对象
        参数:
        values - 包含 ImageOutputOption 值信息的 Map 对象
        返回:
        结果 ImageOutputOption 对象

Copyright © 2021–2024 SuperMap. All rights reserved.