Class Position
A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area).
Inherited Members
Namespace: NetTopologySuite.GeometriesGraph
Assembly: NetTopologySuite.dll
Syntax
[Obsolete("Use NetTopologySuite.Geometries.PositionExtensions")]
public class Position
Methods
| Improve this Doc View SourceOpposite(Positions)
Returns Positions.Left if the position is Positions.Right, Positions.Right if the position is Left, or the position otherwise.
Declaration
public static Positions Opposite(Positions position)
Parameters
Type | Name | Description |
---|---|---|
Positions | position |
Returns
Type | Description |
---|---|
Positions |