Class Intersects
java.lang.Object
org.medfoster.sqljep.function.PostfixCommand
org.gvsig.tools.evaluator.sqljep.function.Intersects
- All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
public class Intersects
extends org.medfoster.sqljep.function.PostfixCommand
-
Field Summary
FieldsFields inherited from class org.medfoster.sqljep.function.PostfixCommand
INTERNAL_ERROR, NOT_IMPLIMENTED_EXCEPTION, PARAMS_NUMBER, WRONG_TYPE, ZERO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(org.medfoster.sqljep.ASTFunNode node, org.medfoster.sqljep.JepRuntime runtime) final intMethods inherited from class org.medfoster.sqljep.function.PostfixCommand
getBigDecimal, getDouble, getInteger, parse, removeParams
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Intersects
public Intersects()
-
-
Method Details
-
getNumberOfParameters
public final int getNumberOfParameters()- Specified by:
getNumberOfParametersin interfaceorg.medfoster.sqljep.function.PostfixCommandI- Specified by:
getNumberOfParametersin classorg.medfoster.sqljep.function.PostfixCommand
-
evaluate
public void evaluate(org.medfoster.sqljep.ASTFunNode node, org.medfoster.sqljep.JepRuntime runtime) throws org.medfoster.sqljep.ParseException - Specified by:
evaluatein interfaceorg.medfoster.sqljep.function.PostfixCommandI- Specified by:
evaluatein classorg.medfoster.sqljep.function.PostfixCommand- Throws:
org.medfoster.sqljep.ParseException
-