Search Results for

    Show / Hide Table of Contents

    Class Position

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

    Inheritance
    object
    Position
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.GeometriesGraph
    Assembly: NetTopologySuite.dll
    Syntax
    [Obsolete("Use NetTopologySuite.Geometries.PositionExtensions")]
    public class Position

    Methods

    | Edit this page View Source

    Opposite(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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX