Package net.refractions.udig.validation

Interface Summary
ImageConstants  
 

Class Summary
DTOUtils TODO Purpose of
GenericValidationResults A generic version of the validation results class which returns mostly everything you would want to know about the validation results.
Images The image descrptors for the plugin
IntegrityValidationOp An abstract class for integrity validation which uses org.geotools.validation
OpUtils 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 Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the validation type.
ValidateLineMustBeASinglePart Overrides the FeatureValidationOp abstract class to return LineMustBeASinglePartValidation()
ValidateLineNoSelfIntersect Overrides the FeatureValidationOp abstract class to return LineNoSelfOverlappingValidation()
ValidateLineNoSelfOverlapping Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the validation type.
ValidateNullZero Overrides the FeatureValidationOp abstract class to return NullZeroValidation()
ValidateOverlaps Overrides the FeatureValidationOp abstract class and returns the appropriate validation method for the validation type.
ValidatePolygonNoGaps Overrides the FeatureValidationOp abstract class to return PolygonNoGapsValidation()
ValidationPlugin The main plugin class to be used in the desktop.
ValidationProcessor Subclass for the geotools ValidationProcessor, with added methods which allow for tree navigation, etc.