Package org.locationtech.jts.operation.valid
Classes for testing the validity and simplicity of geometries,
as defined in the OGC Simple Features specification.
-
Class Summary Class Description IsSimpleOp Tests whether aGeometry
is simple as defined by the OGC SFS specification.IsValidOp Implements the algorithms required to compute theisValid()
method forGeometry
s.RepeatedPointTester Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.TopologyValidationError Contains information about the nature and location of aGeometry
validation error