//检查SHAPE.LEN字段///////////////////////////////////////////////////////////////////////////
 CString strSql(pSql);
 int iLocation = strSql.Find(CString("SHAPE.LEN"));
 //if(iLocation > -1)
 {
  ITablePtr iTable = m_iFeatureClass;
  IEsriCursorPtr pCursor;
  HRESULT hr = iTable->Search(ipQuery,FALSE,&pCursor);
  m_pFeatureCursor = pCursor;

  m_iFeatureClass->FeatureCount(ipQuery,&m_lFeatureCount);
  return m_pFeatureCursor != NULL;
 } 
 ///////////////////////////////////////////////////////////////////////////////////////////////

相关文章:

  • 2021-12-03
  • 2021-06-01
猜你喜欢
  • 2021-11-12
  • 2022-12-23
  • 2021-12-25
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案