Table of Contents

Class IndexedNestedRingTester

Namespace
NetTopologySuite.Operation.Valid
Assembly
NetTopologySuite.dll

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.

[Obsolete]
public class IndexedNestedRingTester
Inheritance
IndexedNestedRingTester
Inherited Members

Constructors

IndexedNestedRingTester(GeometryGraph)

public IndexedNestedRingTester(GeometryGraph graph)

Parameters

graph GeometryGraph

Properties

NestedPoint

public Coordinate NestedPoint { get; }

Property Value

Coordinate

Methods

Add(LinearRing)

public void Add(LinearRing ring)

Parameters

ring LinearRing

IsNonNested()

public bool IsNonNested()

Returns

bool