public class ImportSettingFileGDBVector extends ImportSetting
ImportSetting
类。
该类型仅在 Windows 平台版本中支持,在 Linux版本中不提供。
FileGDB 是 ArcGIS 的原生数据格式,该数据模型利用数据库技术高效安全地管理地理数据。在 FileGDB 中,可以存储类似 Shapefile 的简单要素类, 也可以存储类似 Coverage 的要素集,并且支持一系列的行为规则对其空间信息和属性信息进行验证。
FileGDB 矢量数据可导入为点、线、面、文本以及纯属性表数据集,导入结果为单个矢量数据集,FileGDB中存在Feature Dataset时,默认导入成数据集分组,Feature Dataset下的Feature Class分别导入为数据集分组下的单个数据集。
注意:
构造器和说明 |
---|
ImportSettingFileGDBVector()
默认构造函数,构造一个新的
ImportSettingFileGDBFVector 对象。 |
ImportSettingFileGDBVector(ImportSettingFileGDBVector ImportSettingFileGDBVector)
拷贝构造函数,根据给定的 ImportSettingFileGDBFVector 对象构造一个与其完全相同的新对象。
|
ImportSettingFileGDBVector(String sourceFilePath,
Datasource targetDatasource)
根据指定的参数构造 ImportSettingFileGDBFVector 类的新实例。
|
ImportSettingFileGDBVector(String sourceFilePath,
DatasourceConnectionInfo targetConnectionInfo)
根据指定的参数构造 ImportSettingFileGDBFVector 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
String[] |
getImportLayerNames()
获取当前设置了哪些图层名称,未设置则返回为空
|
SpatialIndexInfo |
getSpatialIndex()
返回空间索引信息。
|
boolean |
isAttributeIgnored()
返回导入 Geodatabase 矢量格式数据时是否忽略属性信息。
|
boolean |
isImportEmptyDataset()
获取是否导入空的数据集
|
boolean |
isKeepingParametricPart()
返回是否保留GDB数据中的参数化部分。
|
void |
setAttributeIgnored(boolean value)
设置导入 Geodatabase 矢量格式数据时是否忽略属性信息。
|
void |
setImportEmptyDataset(boolean bImportEmptyDT)
设置是否导入空的数据集,默认是不导入的
|
void |
setImportLayerGroup(String groupName)
设置需要导入的分组名称。
|
void |
setImportLayerName(String[] layerNames)
设置需要导入的图层名称,没有设置的时候默认全部图层导入,设置后只导入设置的图层
设置 layerNames 为空表示清空之前的设置
|
void |
setKeepingParametricPart(boolean value)
设置是否保留GDB数据中的参数化部分。
|
void |
setMinMaxFID(long[] fids)
设置OBJECTID最小值和最大值。
|
void |
setSpatialIndex(SpatialIndexInfo value)
设置空间索引信息。
|
fromXML, getEncodeType, getImportMode, getSourceFileCharset, getSourceFilePath, getSourceFileType, getSourcePrjCoordSys, getTargetDataInfos, getTargetDataInfos, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetEncodeType, getTargetPrjCoordSys, isUseFME, setEnableMultiThread, setEncodeType, setFieldValue, setImportMode, setScalingFactor, setSourceFileCharset, setSourceFilePath, setTargetDataInfos, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetEncodeType, setTargetPrjCoordSys, setUseFME, toXML
public ImportSettingFileGDBVector()
ImportSettingFileGDBFVector
对象。public ImportSettingFileGDBVector(ImportSettingFileGDBVector ImportSettingFileGDBVector)
ImportSettingFileGDBVector
- 用于初始化 ImportSettingFileGDBFVector 新实例的对象。public ImportSettingFileGDBVector(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 指定导入的 Geodatabase 矢量格式数据的源文件路径。targetDatasource
- 指定导入的目标数据源对象。public ImportSettingFileGDBVector(String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
sourceFilePath
- 指定导入的 Geodatabase 矢量格式数据的源文件路径。targetConnectionInfo
- 指定导入的目标数据源连接信息对象。public SpatialIndexInfo getSpatialIndex()
public void setSpatialIndex(SpatialIndexInfo value)
value
- 空间索引信息。public boolean isAttributeIgnored()
public void setAttributeIgnored(boolean value)
value
- 一个布尔值,表示是否忽略属性信息,true 表示忽略属性 ,false 表示不忽略。public void dispose()
public void setImportEmptyDataset(boolean bImportEmptyDT)
bImportEmptyDT
- 是否导入空的数据集,true表示导入,false表示不导入public boolean isImportEmptyDataset()
public void setImportLayerName(String[] layerNames)
layerNames
- public String[] getImportLayerNames()
public void setImportLayerGroup(String groupName)
groupName
- 分组名称,即FileGDB中的Feature Dataset名称。IllegalArgumentException
- 指定的分组名称为空。GroupInfo
,
ImportDataInfos.getGroupInfos()
public void setMinMaxFID(long[] fids)
1.数组第一个值是最小FID, 第二个值是最大FID,请务必采用这样顺序初始化数组,闭区间[minFID,maxFID]。 2.本方法用于数据量较大情况下,设置区间数据导入。
fids
- 最小和最大fid数组public boolean isKeepingParametricPart()
public void setKeepingParametricPart(boolean value)
value
- 是否保留GDB数据中的参数化部分。Copyright © 2021–2024 SuperMap. All rights reserved.