Class OpenGISFunctions.Function_geom1_int
java.lang.Object
org.medfoster.sqljep.function.PostfixCommand
org.gvsig.tools.evaluator.sqljep.function.OpenGISFunctions.BaseFunction
org.gvsig.tools.evaluator.sqljep.function.OpenGISFunctions.Function_geom1_int
- All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
- Direct Known Subclasses:
OpenGISFunctions.ST_GeometryN,OpenGISFunctions.ST_PointN
- Enclosing class:
OpenGISFunctions
public abstract static class OpenGISFunctions.Function_geom1_int
extends OpenGISFunctions.BaseFunction
-
Field Summary
Fields 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 TypeMethodDescriptionabstract Comparableevaluate(org.gvsig.fmap.geom.Geometry geom1, int value) evaluate(org.medfoster.sqljep.JepRuntime runtime) final intMethods inherited from class org.gvsig.tools.evaluator.sqljep.function.OpenGISFunctions.BaseFunction
evaluate, getName, pop_double, pop_geometry, pop_int, pop_stringMethods inherited from class org.medfoster.sqljep.function.PostfixCommand
getBigDecimal, getDouble, getInteger, parse, removeParams
-
Constructor Details
-
Function_geom1_int
public Function_geom1_int()
-
-
Method Details
-
getNumberOfParameters
public final int getNumberOfParameters()- Specified by:
getNumberOfParametersin interfaceorg.medfoster.sqljep.function.PostfixCommandI- Specified by:
getNumberOfParametersin classorg.medfoster.sqljep.function.PostfixCommand
-
evaluate
- Specified by:
evaluatein classOpenGISFunctions.BaseFunction- Throws:
Exception
-
evaluate
- Throws:
Exception
-