com.supermap.data.conversion
类 ExportSettingE00
- java.lang.Object
-
- com.supermap.data.conversion.ExportSetting
-
- com.supermap.data.conversion.ExportSettingE00
-
public class ExportSettingE00 extends ExportSetting
Arc/Info E00交换文件导出的参数设置类,继承自ExportSetting
类。
-
-
构造器概要
构造器 构造器和说明 ExportSettingE00()
默认构造函数,构造一个新的 ExportSettingE00对象。ExportSettingE00(ExportSettingE00 exportSettingE00)
拷贝构造函数,根据给定的 ExportSettingE00 对象构造一个与其完全相同的新对象。ExportSettingE00(Object sourceData, String targetFilePath, FileType targetFileType)
根据指定的参数构造 ExportSettingE00 类的新实例。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 FileType
getTargetFileType()
获取导出的目标文件的类型。boolean
isExportingAsDoublePrecision()
获取是否以双精度方式导出E00,默认为false。void
setExportingAsDoublePrecision(boolean bDoublePrecision)
设置是否以双精度方式导出E00,默认为false。void
setTargetFileType(FileType type)
设置导出的目标文件的类型。-
从类继承的方法 com.supermap.data.conversion.ExportSetting
fromXML, getFilter, getIgnoreFieldNames, getSourceData, getSupportedFileType, getTargetFileCharset, getTargetFilePath, isOverwrite, setFilter, setIgnoreFieldNames, setOverwrite, setSourceData, setTargetFileCharset, setTargetFilePath, toXML
-
-
-
-
构造器详细资料
-
ExportSettingE00
public ExportSettingE00()
默认构造函数,构造一个新的 ExportSettingE00对象。
-
ExportSettingE00
public ExportSettingE00(ExportSettingE00 exportSettingE00)
拷贝构造函数,根据给定的 ExportSettingE00 对象构造一个与其完全相同的新对象。- 参数:
exportSettingE00
- 用于初始化 ExportSettingE00 新实例的对象。
-
-
方法详细资料
-
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.