I have a series of points that I have buffered and generated as Circles. I now want those circles to be used to select features from my featureLayer. I'm getting stuck on the input geometry, because Circle is not in the list of acceptable geometry types for Query. It lists Extent, Point, Multipoint, Polyline, or Polygon
I need to be precise, so I don't want to just use the extent of the circle as my input. I assume there is a way to convert my circles to polygons, but I haven't figured out how to do it yet.