Uses of Class
org.locationtech.jts.operation.valid.TopologyValidationError
-
Packages that use TopologyValidationError Package Description org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries. -
-
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.
-