|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a function expression implementation
Field Summary |
Fields inherited from interface org.geotools.filter.ExpressionType |
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_STRING, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT |
Method Summary | |
int |
getArgCount()
Returns the number of arguments this |
Expression[] |
getArgs()
Gets the arguments to be evaluated by this function. |
java.lang.String |
getName()
Gets the name of this function. |
short |
getType()
Gets the type of this expression. |
void |
setArgs(Expression[] args)
Sets the arguments to be evaluated by this function. |
Methods inherited from interface org.geotools.filter.Expression |
accept, getValue |
Methods inherited from interface org.geotools.factory.Factory |
getImplementationHints |
Method Detail |
public int getArgCount()
public short getType()
getType
in interface Expression
public Expression[] getArgs()
public java.lang.String getName()
public void setArgs(Expression[] args)
args
- an array of expressions to be evaluated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |