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(java.lang.Object sourceData, java.lang.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
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExportSettingE00

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


ExportSettingE00

public ExportSettingE00(ExportSettingE00 exportSettingE00)
拷贝构造函数,根据给定的 ExportSettingE00 对象构造一个与其完全相同的新对象。

参数:
exportSettingE00 - 用于初始化 ExportSettingE00 新实例的对象。

ExportSettingE00

public ExportSettingE00(java.lang.Object sourceData,
                        java.lang.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()
获取导出的目标文件的类型。

覆盖:
ExportSetting 中的 getTargetFileType
返回:
导出的目标文件的类型。

setTargetFileType

public void setTargetFileType(FileType type)
设置导出的目标文件的类型。

覆盖:
ExportSetting 中的 setTargetFileType
参数:
type - 导出的目标文件的类型。