Class AttributePredicate
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.plugin.analysis.AttributePredicate
-
public abstract class AttributePredicate extends Object
A function object forGeometry
functions (which return a Geometry). Provides metadata about the function.- Version:
- 1.0
- Author:
- Martin Davis
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
NOT_COMPARABLE
-
Constructor Summary
Constructors Constructor Description AttributePredicate(String name)
AttributePredicate(String name, String description)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Object
coerce(String constantValue, Object attrVal)
protected boolean
compareObjects(Object arg1, Object arg2)
protected static int
compareTo(Object o1, Object o2)
String
getName()
abstract boolean
isTrue(Object arg1, Object arg2)
protected boolean
testCompareValue(int comp)
Subclasses calling compareObjects should override this method
-
-
-
Field Detail
-
NOT_COMPARABLE
protected static final int NOT_COMPARABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
testCompareValue
protected boolean testCompareValue(int comp)
Subclasses calling compareObjects should override this method- Parameters:
comp
-- Returns:
- false
-
-