laptop and a wrench

Bogue

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

Dernière publication: October 1, 2022 ArcGIS Runtime SDK
Numéro d’ID de bogue BUG-000152185
EnvoiSeptember 8, 2022
Dernière modificationJuly 24, 2025
S’applique àArcGIS Runtime SDK
Version trouvée100.14
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutWill Not Be Addressed

Informations supplémentaires

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

Solution de contournement

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

Étapes pour reproduire

ID de bogue: BUG-000152185

Logiciel:

  • ArcGIS Runtime SDK

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement