| java.lang.Object net.refractions.udig.validation.OpUtils
OpUtils | public class OpUtils (Code) | | 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.
author: chorner since: 1.0.1 |
notifyUser | public static void notifyUser(Display display, GenericValidationResults results)(Code) | | Notifies the user of the result of the validation. Currently, this method displays a crude
pop-up window, but one day... it will populate the analysis window
Parameters: display - Parameters: evaluationObject - Parameters: results - |
setSelection | public static void setSelection(ILayer layer, GenericValidationResults results) throws FactoryConfigurationError(Code) | | Given a layer and validation result, this method creates a fid filter and selects the
features in the current layer which failed the validation.
Parameters: layer - Parameters: results - throws: FactoryConfigurationError - |
|
|