Class AttributePredicate
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.analysis.AttributePredicate
A function object for
Geometry functions (which return a Geometry).
Provides metadata about the function.- Version:
- 1.0
- Author:
- Martin Davis
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributePredicate(String name) AttributePredicate(String name, String description) -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectprotected booleancompareObjects(Object arg1, Object arg2) protected static intgetName()abstract booleanprotected booleantestCompareValue(int comp) Subclasses calling compareObjects should override this method
-
Field Details
-
NOT_COMPARABLE
protected static final int NOT_COMPARABLE- See Also:
-
-
Constructor Details
-
AttributePredicate
-
AttributePredicate
-
-
Method Details
-
getName
-
isTrue
-
compareObjects
-
testCompareValue
protected boolean testCompareValue(int comp) Subclasses calling compareObjects should override this method- Parameters:
comp-- Returns:
- false
-
coerce
-
compareTo
-