java.lang.Object
org.apache.jena.geosparql.implementation.function_registration.Relate

public class Relate extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    This method loads the Dimensionally extended 9 intersection model Function: relate The use of Relate (Geometry g1, Geometry g2, IntersectionMatrix matrix) get the IntersectionMatrix of g1 and g2 (based on g1), then compare with matrix returns true if they are same

    Methods inherited from class java.lang.Object

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

    • Relate

      public Relate()
  • Method Details

    • loadRelateFunction

      public static void loadRelateFunction(FunctionRegistry registry)
      This method loads the Dimensionally extended 9 intersection model Function: relate The use of Relate (Geometry g1, Geometry g2, IntersectionMatrix matrix) get the IntersectionMatrix of g1 and g2 (based on g1), then compare with matrix returns true if they are same
      Parameters:
      registry - - the FunctionRegistry to be used