Hello,
I am using Oracle database to insert new geometry drawn in the gis module or uploaded by a tier application. Sometimes my geometry is not valid and oracle gives me the reason :
ORA-13349: polygon boundary crosses itself
Cause: The boundary of a polygon intersects itself.
Action: Correct the geometric definition of the object.
My question is how can i correct the geometric definition of the object automatically?
thanks for your help