Is there a Query layer Result Offset option
Hi Everyone,
I am trying to cater for a query where more than 1000 results are returned. Its part of a buffer function where it is selecting the intersecting parcels. There is usually from 1000-1200 parcels that should be selected. The rest endpoint has an option for result offset to get the next 1000 records where my query result count is more than 1000. How have people catered for this in WF5? I can't see that same option in the query layer parameters.
Belinda
-
Hi Belinda,
You can use the "Start" input to specify the offset, and the "Count" input to specify how many results you want at a time. There are more details in the documentation center article for Query Layer.
0 -
Hi Ken,
I did see that article but it says those options are only "Valid only for feature services hosted on ArcGIS Online". We are using ArcGIS Server feature map services and feature services. The options for arcgis server rest endpoints was result offset but that doesn't seem to be included in the query layer. Is there another way of achieving the same result?
Thank you,
Belinda
0 -
Hi Belinda,
I think it should still work for you. We are passing on the inputs to the ArcGIS QueryTask, which in turn sends a request to the REST endpoint with the appropriate parameters. I'd suggest you try it and see what happens.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare