Inconsistent query results are generated when complex geometry is passed in Input Geometry parameter along with a value in Result Record Count parameter.
上次发布: October 4, 2017ArcGIS GIS Server
漏洞 ID 编号
BUG-000108208
已提交
September 21, 2017
上次修改时间
April 15, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.5.1
操作系统
Windows OS
操作系统版本
2012 R2
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Refer the notes for the 'exceededTransferLimit' property. Refer this link https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer/ for more information.
The note is as attached: "In some cases when using the resultOffset and resultRecordCount parameters, the exceededTransferLimit property may be included in the query results even though the value specified in the resultRecordCount has not been exceeded. This is due to internal spatial index filtering of the query results. For this reason you should always rely on the exceededTransferLimit property to determine if you should page through results rather than relying on the number of results returned from each page. In some extreme cases zero results can be returned but the exceededTransferLimit property will be returned. In these cases you should continue paging though your results until exceededTransferLimit is no longer returned."