public abstract static class GeoSymAttExpression.CompareExpression extends java.lang.Object implements GeoSymAttExpression.Expression
Modifier and Type | Field and Description |
---|---|
protected int |
colIndex |
protected java.lang.String |
colName |
protected FeatureClassInfo |
fci |
protected int |
op |
Modifier | Constructor and Description |
---|---|
protected |
GeoSymAttExpression.CompareExpression(java.lang.String colName,
int op) |
Modifier and Type | Method and Description |
---|---|
protected void |
setIndexes(FeatureClassInfo fci) |
protected boolean |
test(double val1,
double val2,
java.lang.StringBuffer buf)
The basic test for the operator, returning val1 op val2.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, evaluate
protected int op
protected FeatureClassInfo fci
protected java.lang.String colName
protected int colIndex
protected GeoSymAttExpression.CompareExpression(java.lang.String colName, int op)
protected void setIndexes(FeatureClassInfo fci)
protected boolean test(double val1, double val2, java.lang.StringBuffer buf)
val1
- val2
- buf
- Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details