net.refractions.udig.validation |
|
Java Source File Name | Type | Comment |
DTOUtils.java | Class | |
FeatureValidationOp.java | Class | |
GenericValidationResults.java | Class | A generic version of the validation results class which returns mostly everything you would want
to know about the validation results. |
ImageConstants.java | Interface | |
Images.java | Class | |
IntegrityValidationOp.java | Class | |
OpUtils.java | Class | A utility class which provides a method to notify the user of the validation results, and a
method selection features which failed the validation on the current layer. |
ValidateGeometry.java | Class | Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the
validation type. |
ValidateLineMustBeASinglePart.java | Class | |
ValidateLineNoSelfIntersect.java | Class | |
ValidateLineNoSelfOverlapping.java | Class | Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the
validation type. |
ValidateNullZero.java | Class | |
ValidateOverlaps.java | Class | Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the
validation type. |
ValidatePolygonNoGaps.java | Class | |
ValidationPlugin.java | Class | The main plugin class to be used in the desktop. |
ValidationProcessor.java | Class | Subclass for the geotools ValidationProcessor, with added methods which allow
for tree navigation, etc. |