Enum Positions
- Namespace
- NetTopologySuite.GeometriesGraph
- Assembly
- NetTopologySuite.dll
[Obsolete("Use NetTopologySuite.Geometries.Position")]
public enum Positions
Fields
Left = 1An indicator that a Location is to the
leftof a GraphComponent (1)On = 0An indicator that a Location is
ona GraphComponent (0)Parallel = -1An indicator that a Location is
is parallel to x-axisof a GraphComponent (-1) ///Right = 2An indicator that a Location is to the
rightof a GraphComponent (2)