com.supermap.data.conversion

类 ExportSettingE00



  • public class ExportSettingE00
    extends ExportSetting
    Arc/Info E00交换文件导出的参数设置类,继承自 ExportSetting 类。
    • 构造器详细资料

      • ExportSettingE00

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

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

        public ExportSettingE00(Object sourceData,
                                String targetFilePath,
                                FileType targetFileType)
        根据指定的参数构造 ExportSettingE00 类的新实例。
        参数:
        sourceData - 源数据集。
        targetFilePath - 给定的导出目标文件的路径。
        targetFileType - 导出文件的类型,这里默认为E00。
    • 方法详细资料

      • isExportingAsDoublePrecision

        public boolean isExportingAsDoublePrecision()
        获取是否以双精度方式导出E00,默认为false。
        返回:
        是否以双精度方式导出E00。
      • setExportingAsDoublePrecision

        public void setExportingAsDoublePrecision(boolean bDoublePrecision)
        设置是否以双精度方式导出E00,默认为false。
        参数:
        bDoublePrecision - 是否以双精度方式导出E00。
      • getTargetFileType

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

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

Copyright © 2021–2024 SuperMap. All rights reserved.