Select to view content in your preferred language

geodatabase

1172
1
10-09-2012 12:12 PM
aamirzaman
New Contributor
what is the difference between clockwise and couterclockwise polygons constructed from points??????????????/
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
In what context?

Most formats require one of two possible topology rules:  "Right hand rule" or "left hand rule".
Right hand rule, used by shapefiles, dictates that the geometry is on your right hand side as
you walk the perimeter.  "Clockwise" and "counterclockwise" are not used, because they do
not always correlate to "handedness" -- The interior rings (holes) of shapefiles are counter-
clockwise.  Left hand rule is used by most storage formats (including file geodatabase, ArcSDE
SDEBINARY and ST_GEOMETRY, Oracle's SDO_GEOMETRY, and KML (though Google describes
it as "right hand rule", where the top is in the direction of the thumb and the exteriors wrap
in the direction of the fingers *sigh*).  The Open GIS Consortium decided to not specify
handedness in the GML specification, but does require that interior rings must be in the
reverse orientation of exterior rings (and, IIRC, that all exterior rings be in the same direction).
Most Esri applications will correct orientation during the construction process.

- V

BTW: You can request that your duplicate post be deleted -- just use the /!\ button
0 Kudos