public abstract static class OpenGISFunctions.BaseFunction
extends org.medfoster.sqljep.function.PostfixCommand
| Constructor and Description |
|---|
BaseFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(org.medfoster.sqljep.ASTFunNode node,
org.medfoster.sqljep.JepRuntime runtime) |
abstract java.lang.Comparable |
evaluate(org.medfoster.sqljep.JepRuntime runtime) |
java.lang.String |
getName() |
double |
pop_double(org.medfoster.sqljep.JepRuntime runtime) |
org.gvsig.fmap.geom.Geometry |
pop_geometry(org.medfoster.sqljep.JepRuntime runtime) |
int |
pop_int(org.medfoster.sqljep.JepRuntime runtime) |
java.lang.String |
pop_string(org.medfoster.sqljep.JepRuntime runtime) |
public void evaluate(org.medfoster.sqljep.ASTFunNode node,
org.medfoster.sqljep.JepRuntime runtime)
throws org.medfoster.sqljep.ParseException
evaluate in interface org.medfoster.sqljep.function.PostfixCommandIevaluate in class org.medfoster.sqljep.function.PostfixCommandorg.medfoster.sqljep.ParseExceptionpublic abstract java.lang.Comparable evaluate(org.medfoster.sqljep.JepRuntime runtime)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getName()
public double pop_double(org.medfoster.sqljep.JepRuntime runtime)
throws org.medfoster.sqljep.ParseException
org.medfoster.sqljep.ParseExceptionpublic org.gvsig.fmap.geom.Geometry pop_geometry(org.medfoster.sqljep.JepRuntime runtime)
throws org.medfoster.sqljep.ParseException
org.medfoster.sqljep.ParseExceptionpublic int pop_int(org.medfoster.sqljep.JepRuntime runtime)
throws org.medfoster.sqljep.ParseException
org.medfoster.sqljep.ParseExceptionpublic java.lang.String pop_string(org.medfoster.sqljep.JepRuntime runtime)
throws org.medfoster.sqljep.ParseException
org.medfoster.sqljep.ParseExceptionCopyright © 2026 gvSIG Association. All rights reserved.