Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Identifying Coordinate Positions in a Polygon

user154136May 13 2013 — edited May 14 2013
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
This post has been answered by NoelKhan on May 13 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2013
Added on May 13 2013
6 comments
1,193 views