laptop and a wrench

不具合

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

最後に公開された状態: October 1, 2022 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000152185
送信されましたSeptember 8, 2022
最終更新日July 24, 2025
適用対象ArcGIS Runtime SDK
見つかったバージョン100.14
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスWill Not Be Addressed

参考情報

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

対処法

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

再現の手順

不具合 ID: BUG-000152185

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動