Select to view content in your preferred language

I am having trouble writing code for simple "Buffer" geoprocess

595
1
02-24-2011 03:58 AM
bradcraddick
Deactivated User
Hello everyone
I am new to programming and I am attempting to add my geoprocessing service to my Flex Application. I have the newest Flash Builder 4/ Flex and created a buffer service for points by publishing the Toolbox TypeSynchronous, not the Tool layer. Here's my link to the published service
http://gisarcser1/ArcGIS/rest/services/Buffers/GPServer/Buffer%20Points  . Apparently all I have to do is fill the parameters but I dont know how to do that. If anyone can help me out with the code that would be tremendous
Tags (2)
0 Kudos
1 Reply
BjornSvensson
Esri Regular Contributor
For a simple "buffer" ... I'm curious why you didn't just the out-of-the-box buffering that the GeometryServer and built-in buffer method provides?

http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#buffer()
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/buffer
0 Kudos