laptop and a wrench

Bug

The Web Feature Service (WFS) pagination in ArcGIS GIS Server 10.5 Map Service does not return all results for a query when the Startindex parameter is used with Count.

Zuletzt veröffentlicht: August 15, 2018 ArcGIS GIS Server
Bug-ID-Nummer BUG-000113614
EingereichtApril 30, 2018
Zuletzt geändertOctober 11, 2024
Gilt fürArcGIS GIS Server
Gefunden in Version10.5
BetriebssystemWindows OS
Betriebssystemversion2012 R2
StatusKnown Limit

Zusätzliche Informationen

Known Limit. Index values in computers start at 0. This is common practice in programming. It is defined in the OGC Specification for WFS services found here that the first value is at startindex=0. http://www.opengeospatial.org/standards/wfs The first value is at index position 0. The second value is at index position 1. .., The 100th value is at index position 99.

Workaround

Adjust the Count value to trick the Server into getting the desired value. For example, if the desired result is 100 features starting index from 100, the query would be StartIndex=100&Count=199. This results in 99+1 = 100 features.

Schritte zur Reproduzierung

Bug-ID: BUG-000113614

Software:

  • ArcGIS GIS Server

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln