I have the lat lon from only 1 point I need to buffer to clip a layer, but I need to create the shapefile from those 2 double values used as parameters. Any help with the intermediate TOOLS I have to use to do that?
Use the Make XY Event Layer tool to convert the double coordinate values to points and then buffer the points created in the output layer. You could permanently export the layer to a real point feature class also using Export or Copy Features or several other similar tools.
[ATTACH=CONFIG]33964[/ATTACH]
Thanks! it was helpful however I need a TABLE as input for the XY Event layer, any chance to create that table from a couple of doubles?
Create a spreadsheet as suggested. Out of curiosity, where are these doubles in the first place if they are not in a table, spreadsheet or feature class? If you mean that they are within a point or polygon feature class already then export the attributes to a Standalone table using the Table to Table tool and use that as an input to the XY Event Layer.
the 2 values come from the geocoder output.. my idea is to create this geoprocessing tool and deploy it on our arcgis server, so basically I want to call the service that does the spatial query with those 2 double values as parameters, am I missing something??