public class DataProcess
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
DataProcess()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
addSteppedListener(ProcessSteppedListener l)
注册批量入库监听
|
boolean |
buidDepthData(Datasource datasource,
String strDepthLabelConfigPath)
深度字段标准化 - 根据配置文件中的信息对数据源中的对应数据集进行字段处理
|
boolean |
buidFieldIndex(Datasource datasource,
String[] arrFieldNames)
创建字段索引
|
boolean |
buidSpatialIndex(Datasource datasource)
创建空间索引
|
void |
dispose()
释放对象
|
boolean |
dissolveData(Datasource datasource,
String strDissolveConfigPath)
数据融合 - 根据配置文件中的信息对数据源中的数据集进行融合
|
boolean |
inverseData(Datasource datasource,
String strInverseConfigPath)
单边锯齿反转 - 根据配置文件中的信息对数据源中的数据集进行遍历,反转Geometry的点序列
|
void |
removeSteppedListener(ProcessSteppedListener l)
移除批量入库监听
|
boolean |
splitData(Datasource datasource,
String strSplitConfigPath)
数据拆分 - 根据拆分文件中的信息对数据源中的数据集进行拆分
|
public void dispose()
public boolean splitData(Datasource datasource, String strSplitConfigPath)
datasource
- 数据源strSplitConfigPath
- 拆分配置文件public boolean dissolveData(Datasource datasource, String strDissolveConfigPath)
datasource
- 数据源strDissolveConfigPath
- 融合配置文件public boolean inverseData(Datasource datasource, String strInverseConfigPath)
datasource
- 数据源strInverseConfigPath
- 反转配置文件public boolean buidDepthData(Datasource datasource, String strDepthLabelConfigPath)
datasource
- 数据源strDepthLabelConfigPath
- 深度字段配置文件public boolean buidSpatialIndex(Datasource datasource)
datasource
- 数据源public boolean buidFieldIndex(Datasource datasource, String[] arrFieldNames)
datasource
- 数据源arrFieldNames
- 索引字段名集合public void addSteppedListener(ProcessSteppedListener l)
public void removeSteppedListener(ProcessSteppedListener l)
Copyright © 2021–2024 SuperMap. All rights reserved.