Search Results for

    Show / Hide Table of Contents

    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
    object
    ConnectedInteriorTester
    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 ConnectedInteriorTester

    Constructors

    | Edit this page View Source

    ConnectedInteriorTester(GeometryGraph)

    Declaration
    public ConnectedInteriorTester(GeometryGraph geomGraph)
    Parameters
    Type Name Description
    GeometryGraph geomGraph

    Properties

    | Edit this page View Source

    Coordinate

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

    Methods

    | Edit this page View Source

    FindDifferentPoint(Coordinate[], Coordinate)

    Declaration
    public static Coordinate FindDifferentPoint(Coordinate[] coord, Coordinate pt)
    Parameters
    Type Name Description
    Coordinate[] coord
    Coordinate pt
    Returns
    Type Description
    Coordinate
    | Edit this page View Source

    IsInteriorsConnected()

    Declaration
    public bool IsInteriorsConnected()
    Returns
    Type Description
    bool
    | Edit this page View Source

    VisitLinkedDirectedEdges(DirectedEdge)

    Declaration
    protected void VisitLinkedDirectedEdges(DirectedEdge start)
    Parameters
    Type Name Description
    DirectedEdge start
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX