Class ConnectedInteriorTester
java.lang.Object
org.locationtech.jts.operation.valid.ConnectedInteriorTester
This class tests that the interior of an area
Geometry
( Polygon or MultiPolygon )
is connected.
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
- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinatefindDifferentPoint(Coordinate[] coord, Coordinate pt) boolean
-
Constructor Details
-
ConnectedInteriorTester
-
-
Method Details
-
findDifferentPoint
-
getCoordinate
-
isInteriorsConnected
public boolean isInteriorsConnected()
-