by "Shakespeare" <whatsin@[EMAIL PROTECTED]
>
May 9, 2008 at 08:40 AM
"Jens Müller" <usenet-11-2007@[EMAIL PROTECTED]
> schreef in bericht
news:68gehsF2sp00uU1@[EMAIL PROTECTED]
> Hi,
>
> I used the sdo_geom.sdo_area function on some polygons in my database.
>
> The result is a negative number, the absolute value seems to be right.
>
> At a first glance, I did not find anything on this in the docs. Is this
> maybe due to a wrong direction (clockwise vs. counter-clockwise) of the
> points?
>
> If so, is this "bad" apart from the negative area values?
Yes, wrong direction is is bad. When your geometry is in the wrong
direction, it is a 'hole' or a 'donut'. You will encounter problems
calculating overlaps etc. About the negative area: I can't recall this has
anything to do with the direction. What tolerance do you use?
Shakespeare