Hey all,
Is there an alternative to the ST_PointOnSurface operation that returns a point inside of a polygon? We have this operation in a query and it is running really slow for us (as in 48 hours slow - and never finishes). This is running in an Oracle enterprise geodatabase.
ST_Centroid won't work for our particular purpose, as it sometimes gets a point outside of the polygon.
Any thoughts?
Thanks!