Module org.apache.jena.geosparql
Class Relate
java.lang.Object
org.apache.jena.geosparql.implementation.function_registration.Relate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadRelateFunction
(org.apache.jena.sparql.function.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
-
Constructor Details
-
Relate
public Relate()
-
-
Method Details
-
loadRelateFunction
public static void loadRelateFunction(org.apache.jena.sparql.function.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
-