Identifying Coordinate Positions in a Polygon
I know I can use the built in sdo_geom functions to get the min and max coordinates of a rectangle. I was wondering if similar functionality exists for non rectangular polygons like parallelograms. Issue I have is that users can input 4 sets of coordinates in any order to build a geometry object. My logic requires that I know the top left and top right of the geometry object. I can write a function to return this, but I wanted to verify that this functionality does not already exist.
Thanks
Robert