Class OpenGISFunctions.Function_geom1_geom2

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_geom2
All Implemented Interfaces:
org.medfoster.sqljep.function.PostfixCommandI
Direct Known Subclasses:
OpenGISFunctions.ST_Contains, OpenGISFunctions.ST_CoveredBy, OpenGISFunctions.ST_Covers, OpenGISFunctions.ST_Crosses, OpenGISFunctions.ST_Difference, OpenGISFunctions.ST_Disjoint, OpenGISFunctions.ST_Distance, OpenGISFunctions.ST_Intersection, OpenGISFunctions.ST_Intersects, OpenGISFunctions.ST_Overlaps, OpenGISFunctions.ST_Touches, OpenGISFunctions.ST_Union, OpenGISFunctions.ST_Within
Enclosing class:
OpenGISFunctions

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

    • Function_geom1_geom2

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