Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

All,

I wanted to see what the best way was of calling the geometry service to carry out a Buffer operation on ArcGIS Server 10, without using the SOM. Ideally I want to consume the REST API, using a wrapper so that it was easy to call from c#.

Is the GISClient the way forward? From what I can determine, it looks like you only get stateless (and thus low footprint) access to the Mapserver and Geocode services.

I know that I could construct a call using a URL, but I wondered if there was C# API that wrapped the REST API for you.

Cheers,

Matt

share|improve this question
2  
I've always used RestSharp (restsharp.org) for these kinds of tasks. – Devdatta Tengshe Mar 5 at 8:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.