com.supermap.data.conversion

类 ExportSettingBMP

    • 构造器详细资料

      • ExportSettingBMP

        public ExportSettingBMP()
        默认构造函数,构造一个新的 ExportSettingBMP 对象。
      • ExportSettingBMP

        public ExportSettingBMP(ExportSettingBMP exportSettingBMP)
        拷贝构造函数,根据给定的 ExportSettingBMP 对象构造一个与其完全相同的新对象。
        参数:
        exportSettingBMP - 用于初始化 ExportSettingBMP 新实例的对象。
      • ExportSettingBMP

        public ExportSettingBMP(Object sourceData,
                                String targetFilePath,
                                FileType targetFileType)
        根据指定的参数构造 ExportSettingBMP 类的新实例。
        参数:
        sourceData - 指定的源文件。
        targetFilePath - 目标文件的路径。
        targetFileType - 目标文件类型。
    • 方法详细资料

      • getWorldFilePath

        public String getWorldFilePath()
        返回导出的影像数据的坐标文件路径。
        返回:
        导出的影像数据的坐标文件路径。
      • setWorldFilePath

        public void setWorldFilePath(String path)
        设置导出的影像数据的坐标文件路径。
        参数:
        string - 导出的影像数据的坐标文件路径。
      • getTargetFileType

        public FileType getTargetFileType()
        返回导出的目标文件的类型。
        覆盖:
        getTargetFileType 在类中 ExportSetting
        返回:
        导出的目标文件的类型。
      • setTargetFileType

        public void setTargetFileType(FileType type)
        设置导出的目标文件的类型。
        覆盖:
        setTargetFileType 在类中 ExportSetting
        参数:
        type - 导出的目标文件的类型。

Copyright © 2021–2024 SuperMap. All rights reserved.