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