Class ConnectedInteriorTester
This class tests that the interior of an area Geometry
(Polygon or MultiPolygon)
is connected. An area Geometry is invalid if the interior is disconnected.
This can happen if:
- a shell self-intersects,
- one or more holes form a connected chain touching a shell at two different points,
- one or more holes form a ring around a subset of the interior.
If a disconnected situation is found the location of the problem is recorded.
Inheritance
ConnectedInteriorTester
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public class ConnectedInteriorTester
Constructors
|
Improve this Doc
View Source
ConnectedInteriorTester(GeometryGraph)
Declaration
public ConnectedInteriorTester(GeometryGraph geomGraph)
Parameters
Properties
|
Improve this Doc
View Source
Coordinate
Declaration
public Coordinate Coordinate { get; }
Property Value
Methods
|
Improve this Doc
View Source
FindDifferentPoint(Coordinate[], Coordinate)
Declaration
public static Coordinate FindDifferentPoint(Coordinate[] coord, Coordinate pt)
Parameters
Returns
|
Improve this Doc
View Source
IsInteriorsConnected()
Declaration
public bool IsInteriorsConnected()
Returns
|
Improve this Doc
View Source
VisitLinkedDirectedEdges(DirectedEdge)
Declaration
protected void VisitLinkedDirectedEdges(DirectedEdge start)
Parameters