Does the GeometryService Project operation (for 10.4 ArcGIS Server REST API if applicable) guarantee that the order of the output geometries is the same as the input geometries, when passing an array of individual points for example?
Yes, the order of output geometries are same as the order of the input geometries. Although I haven't tested this on 10.4, it gives the right order in 10.6
example :-
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/Geometry/GeometryServer/project?inSR=4326&outSR=3857&geometries={"geometryType":"esriGeometryPoint","geometries":[ +{ ++"x":+174.00001812880745, ++"y":+-11.000011492727607, ++"z":+65.60194478425002 +},{ ++"x":+165.00001795095102, ++"y":+-20.00001475789611, ++"z":+57.0102771227982 +}]}&transformation=&transformForward=false&vertical=false&f=html
You can change the order of the input geometries and get confirm yourself.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.