Friday 24 March 2017

arcgis server - How can I implement ESRI REST API?


ESRI announced that they are releasing the ArcGIS REST API as open technology. I've got an ISP running Sql Server 2008 with IIS7.


Does anyone know of a good walk through showing how I can write C# using WCF to expose spatial tables compliant with a particular spec (ideally ESRI's)?


Does anyone know where ESRI's spec is?



Answer



It appears that ESRI has just released their GeoServices REST Specification. I believe that this is what you may be looking for.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...