laptop and a wrench

Error

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

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM034037
EnviadoApril 8, 2008
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada9.2
EstadoKnown Limit

Información adicional

No Public Explanation

Solución alternativa

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()

Pasos para reproducir

ID del error: NIM034037

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga