Hi, I'm testing out the below web service sample to get a buffer of a giving point but have problem retrieving buffer points. I'm new to this and not sure whether I'm using the correct APIs for it. My goal is to pass in a lat/lon point or a line and to get back a buffer around that point or line. Please let me know what's the correct way for doing this. Thanks
PointN inputPoint1 = new PointN(); inputPoint1.setX(-117); inputPoint1.setY(34); Geometry[] inputGeometry = new Geometry[] { inputPoint1}; //Distance for buffer for each point