Search Results for

    Show / Hide Table of Contents

    Class OrientedCoordinateArray

    Allows comparing Coordinate arrays in an orientation-independent way.

    Inheritance
    object
    OrientedCoordinateArray
    Implements
    IComparable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Noding
    Assembly: NetTopologySuite.dll
    Syntax
    public class OrientedCoordinateArray : IComparable

    Constructors

    | Edit this page View Source

    OrientedCoordinateArray(Coordinate[])

    Creates a new OrientedCoordinateArray} for the given Coordinate array.

    Declaration
    public OrientedCoordinateArray(Coordinate[] pts)
    Parameters
    Type Name Description
    Coordinate[] pts

    Methods

    | Edit this page View Source

    CompareTo(object)

    Compares two OrientedCoordinateArrays for their relative order.

    Declaration
    public int CompareTo(object o1)
    Parameters
    Type Name Description
    object o1
    Returns
    Type Description
    int

    -1 this one is smaller;
    0 the two objects are equal;
    1 this one is greater.

    Implements

    IComparable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX