Table of Contents

Class Position

Namespace
NetTopologySuite.GeometriesGraph
Assembly
NetTopologySuite.dll

A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area).

[Obsolete("Use NetTopologySuite.Geometries.PositionExtensions")]
public class Position
Inheritance
Position
Inherited Members

Constructors

Position()

public Position()

Methods

Opposite(Positions)

Returns Positions.Left if the position is Positions.Right, Positions.Right if the position is Left, or the position otherwise.

public static Positions Opposite(Positions position)

Parameters

position Positions

Returns

Positions