Beginning with  10.1 the ArcGIS REST API introduces the maxRecordCount
property for MapServer and FeatureServer.

See
http://sampleserver5.arcgisonline.com/arcgis/rest/services/CommercialDamageAssessment/FeatureServer?f=pjson

The value can be change when publishing the service.

If you want to obtain all feature, you should first request with
returnCountOnly,
then query as many times as you need using the layerDef property and the
ObjectID field...

xl



>
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to