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
  
    |
    Edit this page
  
  
    View Source
  
  
  ConnectedInteriorTester(GeometryGraph)
  
  
  Declaration
  
    public ConnectedInteriorTester(GeometryGraph geomGraph)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Coordinate
  
  
  Declaration
  
    public Coordinate Coordinate { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  FindDifferentPoint(Coordinate[], Coordinate)
  
  
  Declaration
  
    public static Coordinate FindDifferentPoint(Coordinate[] coord, Coordinate pt)
   
  Parameters
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  IsInteriorsConnected()
  
  
  Declaration
  
    public bool IsInteriorsConnected()
   
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  VisitLinkedDirectedEdges(DirectedEdge)
  
  
  Declaration
  
    protected void VisitLinkedDirectedEdges(DirectedEdge start)
   
  Parameters