Class OpenGISFunctions.Function_geom1

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
All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
Direct Known Subclasses:
OpenGISFunctions.ST_Area, OpenGISFunctions.ST_AsText, OpenGISFunctions.ST_Centroid, OpenGISFunctions.ST_ConvexHull, OpenGISFunctions.ST_Dimension, OpenGISFunctions.ST_EndPoint, OpenGISFunctions.ST_Envelope, OpenGISFunctions.ST_IsSimple, OpenGISFunctions.ST_isValid, OpenGISFunctions.ST_NumGeometries, OpenGISFunctions.ST_NumPoints, OpenGISFunctions.ST_StartPoint, OpenGISFunctions.ST_X, OpenGISFunctions.ST_Y, OpenGISFunctions.ST_Z
Enclosing class:
OpenGISFunctions

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

    • Function_geom1

      public Function_geom1()
  • 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(org.gvsig.fmap.geom.Geometry geom1) throws Exception
      Throws:
      Exception