public class ExportSettingCSV extends ExportSetting
ExportSetting
类。构造器和说明 |
---|
ExportSettingCSV()
默认构造函数,构造一个新的 ExportSettingCSV对象。
|
ExportSettingCSV(ExportSettingCSV exportSettingCSV)
拷贝构造函数,根据给定的 ExportSettingCSV 对象构造一个与其完全相同的新对象。
|
ExportSettingCSV(Object sourceData,
String targetFilePath)
根据指定的参数构造 ExportSettingCSV 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
getIsExportFieldName()
获取是否导出字段名称,默认为false,不导出字段名称。
|
boolean |
GetIsExportPointAsWKT()
获取点数据集导出是否为WKT形式,默认为false,导出点不为WKT。
|
void |
setIsExportFieldName(boolean value)
设置是否导出字段名称,默认为false,不导出字段名称。
|
void |
setIsExportPointAsWKT(boolean value)
设置点数据集导出是否为WKT形式,默认为false,导出点不为WKT。
|
void |
setTargetFileType(FileType type)
设置导出的目标文件的类型。
|
fromXML, getFilter, getIgnoreFieldNames, getSourceData, getSupportedFileType, getTargetFileCharset, getTargetFilePath, getTargetFileType, isOverwrite, setFilter, setIgnoreFieldNames, setOverwrite, setSourceData, setTargetFileCharset, setTargetFilePath, toXML
public ExportSettingCSV()
public ExportSettingCSV(ExportSettingCSV exportSettingCSV)
exportSettingCSV
- 用于初始化 ExportSettingCSV 新实例的对象。public void setTargetFileType(FileType type)
setTargetFileType
在类中 ExportSetting
type
- 导出的目标文件的类型。public void setIsExportPointAsWKT(boolean value)
value
- 一个布尔值,true表示导出为WKT形式,false则不为WKT形式。public boolean GetIsExportPointAsWKT()
public void setIsExportFieldName(boolean value)
value
- 一个布尔值,true表示导出字段名称,false则不导出字段名称。public boolean getIsExportFieldName()
Copyright © 2021–2024 SuperMap. All rights reserved.