java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase3
org.apache.jena.geosparql.geof.nontopological.filter_functions.BufferFF
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class BufferFF extends org.apache.jena.sparql.function.FunctionBase3
Return type ogc:geomLiteral ogc:geomLiteral can be a string value like "<gml:Point ...>...</gml:Point>"
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.sparql.expr.NodeValue v1, org.apache.jena.sparql.expr.NodeValue v2, org.apache.jena.sparql.expr.NodeValue v3)
     

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase3

    checkBuild, exec

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, exec

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BufferFF

      public BufferFF()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue v1, org.apache.jena.sparql.expr.NodeValue v2, org.apache.jena.sparql.expr.NodeValue v3)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase3