I'm traying to create more than one buffer since initialize the app, not within an event (like "click" in left mouse button). And don't know if it could be possible assigning coordinates manually. (that's my first goal)
then I would like to make a query and draw buffers over the results.
I've solved it, just needed to set tha my query returns Geometry query.ReturnGeometry = true; and so i get the coordinates and can draw a buffer over a point.
I've solved it, just needed to set tha my query returns Geometry query.ReturnGeometry = true; and so i get the coordinates and can draw a buffer over a point.