Uses of Class
org.locationtech.jts.operation.valid.TopologyValidationError
Packages that use TopologyValidationError
Package
Description
Provides classes for testing the validity of geometries.
-
Uses of TopologyValidationError in org.locationtech.jts.operation.valid
Fields in org.locationtech.jts.operation.valid declared as TopologyValidationErrorMethods in org.locationtech.jts.operation.valid that return TopologyValidationErrorModifier and TypeMethodDescriptionIsValidOp.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.