Performing a query from the REST endpoint using a polygon as an input geometry produces unexpected query results when specifying values for the 'Result Offset' and/or 'Result Record Count' parameters.
最後に公開された状態: December 15, 2016ArcGIS for Server
不具合 ID 番号
BUG-000091352
送信されました
October 12, 2015
最終更新日
April 2, 2025
適用対象
ArcGIS for Server
見つかったバージョン
10.3.1
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Pagination with spatial filter requires two steps - first it gets features whose extents are intersected by the extent of the search geometry - that happens at the database level along with the pagination -- as a result it returns some candidate-features with false positive. In the 2nd steps, it weeds out all candidate features with false positive; therefore the number of features in the result may not match the recordCount; you should allow check exceedTransferlimit flag in the result to find out whether more features available or not.