My web services knowledge is a little weak and I'm wondering if someone knows how to loop/iterate the request to keep returning more than the 1000 records?
My web services knowledge is a little weak and I'm wondering if someone knows how to loop/iterate the request to keep returning more than the 1000 records?
I would start by looking into the ESRI FeatureServer API to see if there is a paging mechanism that lets you ask for a specific chunk (block of 1000) of features. You might want to ask on an ESRI forum unless someone here has an idea. With such a paging mechanism you could just keep on requesting chunk n+1 until it returns less than 1000 features (end of data).
If, however, the FeatureServer doesn't support paging or specifying a particular block of data, it might be complicated...
David
-Matt