Class OpenGISFunctions.Function_string

java.lang.Object
org.medfoster.sqljep.function.PostfixCommand
org.gvsig.tools.evaluator.sqljep.function.OpenGISFunctions.BaseFunction
org.gvsig.tools.evaluator.sqljep.function.OpenGISFunctions.Function_string
All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
Direct Known Subclasses:
OpenGISFunctions.ST_GeomFromText
Enclosing class:
OpenGISFunctions

public abstract static class OpenGISFunctions.Function_string extends OpenGISFunctions.BaseFunction
  • Constructor Details

    • Function_string

      public Function_string()
  • Method Details

    • getNumberOfParameters

      public final int getNumberOfParameters()
      Specified by:
      getNumberOfParameters in interface org.medfoster.sqljep.function.PostfixCommandI
      Specified by:
      getNumberOfParameters in class org.medfoster.sqljep.function.PostfixCommand
    • evaluate

      public Comparable evaluate(org.medfoster.sqljep.JepRuntime runtime) throws Exception
      Specified by:
      evaluate in class OpenGISFunctions.BaseFunction
      Throws:
      Exception
    • evaluate

      public abstract Comparable evaluate(String value) throws Exception
      Throws:
      Exception