Search Results for

    Show / Hide Table of Contents

    Class CoordinateArrays.ForwardComparator

    Compares two Coordinate arrays in the forward direction of their coordinates, using lexicographic ordering.

    Inheritance
    object
    CoordinateArrays.ForwardComparator
    Implements
    IComparer<Coordinate[]>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries
    Assembly: NetTopologySuite.dll
    Syntax
    public class CoordinateArrays.ForwardComparator : IComparer<Coordinate[]>

    Methods

    | Edit this page View Source

    Compare(Coordinate[], Coordinate[])

    Compares the specified Coordinates arrays.

    Declaration
    public int Compare(Coordinate[] pts1, Coordinate[] pts2)
    Parameters
    Type Name Description
    Coordinate[] pts1

    An array of coordinates

    Coordinate[] pts2

    An array of coordinates

    Returns
    Type Description
    int

    Implements

    IComparer<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX