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
IndexedNestedRingTester
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public class IndexedNestedRingTester
Constructors
|
Improve this Doc
View Source
IndexedNestedRingTester(GeometryGraph)
Declaration
public IndexedNestedRingTester(GeometryGraph graph)
Parameters
Properties
|
Improve this Doc
View Source
NestedPoint
Declaration
public Coordinate NestedPoint { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(LinearRing)
Declaration
public void Add(LinearRing ring)
Parameters
|
Improve this Doc
View Source
IsNonNested()
Declaration
public bool IsNonNested()
Returns