laptop and a wrench

Error

Query fails when using a large geometry layer in ArcGIS Runtime Local Server.

Última publicación: October 1, 2022 ArcGIS Runtime SDK
Número de ID del error BUG-000152185
EnviadoSeptember 8, 2022
Última modificaciónJuly 24, 2025
Relacionado conArcGIS Runtime SDK
Versión encontrada100.14
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoWill Not Be Addressed

Información adicional

This is a limitation of the underlying architecture of Local Server and cannot be addressed. Note: ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the deprecation announcement (https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).

Solución alternativa

Use GeometryEngine.Generalize() to reduce the size of the request. See https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.Generalize.html. e.g., Geometry geometry = GeometryEngine.Generalize(f.Geometry,1,false); // Now, do the query var queryParameters = new QueryParameters() { Geometry = geometry, SpatialRelationship = SpatialRelationship.Intersects, MaxFeatures = 10000 }; In general, we recommend using the mobile geodatabase format (optionally as part of a Mobile Map Package).

Pasos para reproducir

ID del error: BUG-000152185

Software:

  • ArcGIS Runtime SDK

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