Uses of Class
org.locationtech.jts.jump.qa.ValidationError
-
Packages that use ValidationError Package Description org.locationtech.jts.jump.qa -
-
Uses of ValidationError in org.locationtech.jts.jump.qa
Subclasses of ValidationError in org.locationtech.jts.jump.qa Modifier and Type Class Description class
BasicTopologyValidationError
Adapts a JTS TopologyValidationError to ValidationError.Methods in org.locationtech.jts.jump.qa that return ValidationError Modifier and Type Method Description protected ValidationError
Validator. validateBasicTopology(Feature feature)
protected ValidationError
Validator. validateGeometryClass(Feature feature)
protected ValidationError
Validator. validateLineStringsSimple(Feature feature)
protected ValidationError
Validator. validateMinAngle(Feature feature)
protected ValidationError
Validator. validateMinPolygonArea(Feature feature)
protected ValidationError
Validator. validateMinSegmentLength(Feature feature)
protected ValidationError
Validator. validateNoHoles(Feature feature)
protected ValidationError
Validator. validateNoRepeatedConsecutivePoints(Feature feature)
protected ValidationError
Validator. validatePolygonOrientation(Feature feature)
-