Enum LinearRingOrientation
An enumeration of ring orientation values
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public enum LinearRingOrientation
Fields
| Name | Description |
|---|---|
| CCW | The orientation of the ring's coordinates is counter-clockwise. |
| CW | The orientation of the ring's coordinates is clockwise. |
| Clockwise | The orientation of the ring's coordinates is clockwise. |
| CounterClockwise | The orientation of the ring's coordinates is counter-clockwise. |
| Default | The default orientation of the rings coordinates. Set to CounterClockwise |
| DontCare | The orientation of the rings coordinates does not matter. |
| LeftHandRule | The orientation of the ring's coordinates follows the left-hand-rule, saying that if you follow the ring in the direction of its coordinates your left hand will be inside the ring. |
| RightHandRule | The orientation of the ring's coordinates follows the right-hand-rule, saying that if you follow the ring in the direction of its coordinates your right hand will be inside the ring. |