Numéro d’ID de bogue |
BUG-000113614 |
Envoi | April 30, 2018 |
Dernière modification | October 11, 2024 |
S’applique à | ArcGIS GIS Server |
Version trouvée | 10.5 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 2012 R2 |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire
ID de bogue: BUG-000113614
Logiciel: