how to get circle geometry with Center and Radius
Hello,
I want to create a circle geometry using center (latitude, longitude) and radius (miles). Is there any function I can use in Oracle Spatial that will help me in creating a circle geometry. The purpose of this geometry is to use it in queries to comapre against other points (lat, lon) if the points are within the circle or not. I do not want to use any distance functions of I can avoid that.
Thanks