Package org.locationtech.jts.operation.valid
package org.locationtech.jts.operation.valid
Provides classes for testing the validity of geometries.
-
ClassesClassDescriptionChecks that a
GeometryGraph
representing an area (aPolygon
orMultiPolygon
) has consistent semantics for area geometries.Tests whether any of a set ofLinearRing
s are nested inside another ring in the set, using a spatial index to speed up the comparisons.Implements the algorithms required to compute theisValid()
method forGeometry
s.Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.Contains information about the nature and location of aGeometry
validation error