laptop and a wrench

漏洞

Select 'using GeometryBag as spatialfilter geometry' returns an ncorrect feature count on SDE data.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM034037
已提交April 8, 2008
上次修改时间June 5, 2024
适用范围No Product Found
找到的版本9.2
状态Known Limit

附加信息

No Public Explanation

解决办法

Use ITopoOp::Union to get the resulting combined features instead of the geometrybag object.Dim pTopo As ITopologicalOperator2 Dim feature As IFeature feature = featureCursor.NextFeature Do While Not feature Is Nothing If pTopo Is Nothing Then pTopo = feature.Shape pTopo.IsKnownSimple_2 = False pTopo.Simplify() Else pTopo = pTopo.Union(feature.Shape) End If 'geoCollection.AddGeometry(feature.Shape) 'removed this feature = featureCursor.NextFeature Loop Dim geoColIndex As ISpatialIndex geoColIndex = CType(pTopo, ISpatialIndex) geoColIndex.AllowIndexing = True geoColIndex.Invalidate()

重现步骤

漏洞 ID: NIM034037

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项