Package org.locationtech.jts.operation.valid
package org.locationtech.jts.operation.valid
Classes for testing the validity and simplicity of geometries,
as defined in the OGC Simple Features specification.
-
ClassesClassDescriptionTests whether a
Geometry
is simple as defined by the OGC SFS specification.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