java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.apache.jena.geosparql.geof.topological.filter_functions.geometry_property.IsValidFF
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class IsValidFF extends org.apache.jena.sparql.function.FunctionBase1
This function is not part of the GeoSPARQL standard but has been included as a minor variation.
  • 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 v)
     

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

    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

    • IsValidFF

      public IsValidFF()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue v)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase1