Search Results for

    Show / Hide Table of Contents

    Class IndexedNestedRingTester

    Tests whether any of a set of LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.

    Inheritance
    object
    IndexedNestedRingTester
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Valid
    Assembly: NetTopologySuite.dll
    Syntax
    [Obsolete]
    public class IndexedNestedRingTester

    Constructors

    | Edit this page View Source

    IndexedNestedRingTester(GeometryGraph)

    Declaration
    public IndexedNestedRingTester(GeometryGraph graph)
    Parameters
    Type Name Description
    GeometryGraph graph

    Properties

    | Edit this page View Source

    NestedPoint

    Declaration
    public Coordinate NestedPoint { get; }
    Property Value
    Type Description
    Coordinate

    Methods

    | Edit this page View Source

    Add(LinearRing)

    Declaration
    public void Add(LinearRing ring)
    Parameters
    Type Name Description
    LinearRing ring
    | Edit this page View Source

    IsNonNested()

    Declaration
    public bool IsNonNested()
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX