Select to view content in your preferred language

resizable buffer zone widget for point features?

483
2
12-12-2011 09:26 AM
KevinBraden
Emerging Contributor
Hi all,

I am wondering if anyone knows if there is a widget (or similar geoprocessing tool) available to aid in the following scenario:

A user zooms to a point on the map and sees point features of various layers.  the user wants to see how many of these points exist within an area using a radius defined by the user, say 1-100 miles.  the resulting action would be a semi-transparent area wherein the user sould see the points that fall within the queried radius.

Any thoughts?

Thanks,

-Kevin
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
This sample is close to that:
http://help.arcgis.com/en/webapi/flex/samples/index.html#/Population_for_any_area/01nq00000023000000

After getting the buffer, you could query the layer instead of calling a GP.
0 Kudos
KevinBraden
Emerging Contributor
Dasa,

Thank you for the link and the information.  It looks like it will set me on the right path for a custom solution.

-Kevin
0 Kudos