Class OpenGISFunctions.Function_geom1_double
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_double
- All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
- Direct Known Subclasses:
OpenGISFunctions.ST_Buffer
- Enclosing class:
OpenGISFunctions
public abstract static class OpenGISFunctions.Function_geom1_double
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, double 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_double
public Function_geom1_double()
-
-
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
public abstract Comparable evaluate(org.gvsig.fmap.geom.Geometry geom1, double value) throws Exception - Throws:
Exception
-