Search Results for

    Show / Hide Table of Contents

    Class EdgeRing.EnvelopeComparator

    Compares EdgeRings based on their envelope, using the standard lexicographic ordering. This ordering is sufficient to make edge ring sorting deterministic.

    Inheritance
    object
    EdgeRing.EnvelopeComparator
    Implements
    IComparer<EdgeRing>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Polygonize
    Assembly: NetTopologySuite.dll
    Syntax
    public class EdgeRing.EnvelopeComparator : IComparer<EdgeRing>

    Methods

    | Edit this page View Source

    Compare(EdgeRing, EdgeRing)

    Declaration
    public int Compare(EdgeRing r0, EdgeRing r1)
    Parameters
    Type Name Description
    EdgeRing r0
    EdgeRing r1
    Returns
    Type Description
    int

    Implements

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