|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.validation.OpUtils
public class 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.
Constructor Summary | |
---|---|
OpUtils()
|
Method Summary | |
---|---|
static void |
notifyUser(Display display,
GenericValidationResults results)
Notifies the user of the result of the validation. |
static void |
setSelection(ILayer layer,
GenericValidationResults results)
Given a layer and validation result, this method creates a fid filter and selects the features in the current layer which failed the validation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpUtils()
Method Detail |
---|
public static void notifyUser(Display display, GenericValidationResults results)
display
- evaluationObject
- results
- public static void setSelection(ILayer layer, GenericValidationResults results) throws FactoryConfigurationError
layer
- results
-
FactoryConfigurationError
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |