星空网 > 软件开发 > 数据库

AO如何获取SDE数据库中的数据

/// <summary>
/// 获取Table类型表的记录
/// </summary>
/// <param name="relationCheckClass"></param>
/// <returns></returns>
private List<string> GetAllRecordFormTTable(RelationCheckClass relationCheckClass)
{
List<string> recordList = new List<string>();
ITable table = ((IFeatureWorkspace)m_Workspace).OpenTable(relationCheckClass.TableName);
if (table!=null)
{
string fieldName = relationCheckClass.TabelField;
int fieldIndex = table.FindField(Name: fieldName);
string fieldValue = "";
for (int i = 0; i < table.RowCount(null); i++)
{
fieldValue = table.GetRow(i).get_Value(fieldIndex).ToString();
recordList.Add(fieldValue);
}
}
return recordList;
}

/// <summary>
/// 获取要素类型表的记录
/// </summary>
/// <param name="relationCheckClass"></param>
/// <returns></returns>
private List<string> GetAllRecordFormFeatureTable(RelationCheckClass relationCheckClass)
{
List<string> recordList = new List<string>();
IFeatureClass pfeatureClass = ((IFeatureWorkspace)m_Workspace).OpenFeatureClass(relationCheckClass.TableName);
IFeatureCursor pfeatureCursor = null;
IFeature pfeature = null;
if (pfeatureClass!=null)
{
string fieldName = relationCheckClass.TabelField;
int fieldIndex = pfeatureClass.FindField(Name: fieldName);
int fieldObjectID = pfeatureClass.FindField(Name: "Objectid");
pfeatureCursor = pfeatureClass.Search(null, true);
pfeature = pfeatureCursor.NextFeature();
if (pfeature==null)
{
return null;
}
string fieldValue = "";
while (pfeature!=null)
{
fieldValue = pfeature.get_Value(fieldIndex).ToString();
recordList.Add(fieldValue);
pfeature = pfeatureCursor.NextFeature();
}
}
return recordList;
}




原标题:AO如何获取SDE数据库中的数据

关键词:数据库

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

你更喜欢一个人旅行,还是一群人旅行? :https://www.vstour.cn/a/408249.html
延安市区景点都收费吗 延安景点要门票吗:https://www.vstour.cn/a/408250.html
相关文章
我的浏览记录
最新相关资讯
海外公司注册 | 跨境电商服务平台 | 深圳旅行社 | 东南亚物流