Uses of Class
org.locationtech.jts.operation.valid.TopologyValidationError
-
Packages that use TopologyValidationError Package Description org.locationtech.jts.operation.valid Classes for testing the validity and simplicity of geometries, as defined in the OGC Simple Features specification. -
-
Uses of TopologyValidationError in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid that return TopologyValidationError Modifier and Type Method Description TopologyValidationError
IsValidOp. getValidationError()
Computes the validity of the geometry, and if not valid returns the validation error for the geometry, or null if the geometry is valid.
-