laptop and a wrench

Erro

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

Última Publicação: October 1, 2022 ArcGIS Runtime SDK
Número de ID do Erro BUG-000152185
EnviadoSeptember 8, 2022
Última ModificaçãoJuly 24, 2025
Aplica-se àArcGIS Runtime SDK
Versão encontrada100.14
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusWill Not Be Addressed

Informações Adicionais

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

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000152185

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download