public class AttributeRuleToolkit
extends com.supermap.data.InternalHandle
主要是统一执行以及结果保存等管理
构造器和说明 |
---|
AttributeRuleToolkit(Datasource datasource) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
createErrorTable(String errorTableName,
PrjCoordSys prj)
默认创建点线面属性四个错误数据集
四个数据集,属性表数据集名字:errorTableName;点数据集名字:errorTableName_p
线数据集名字:errorTableName_l;面数据集名字:errorTableName_r
|
boolean |
evaluate(DatasetVector datasetVector)
评估,执行当前数据集的所有的规则,并且结果保存在指定的错误结果数据集里
|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
boolean |
setErrorTable(String errorTableName)
设置当前检测的错误需要存储的错误结果数据集名字
|
static void |
setHandle(com.supermap.data.InternalHandle obj,
long handle) |
public AttributeRuleToolkit(Datasource datasource)
public boolean createErrorTable(String errorTableName, PrjCoordSys prj)
四个数据集,属性表数据集名字:errorTableName;点数据集名字:errorTableName_p
线数据集名字:errorTableName_l;面数据集名字:errorTableName_r
errorTableName
- 数据集名字prj
- 投影public boolean setErrorTable(String errorTableName)
errorTableName
- 错误结果数据集名字public boolean evaluate(DatasetVector datasetVector)
datasetVector
- 被检测的数据集public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.