Class STRelate

java.lang.Object
org.apache.drill.exec.udfs.gis.STRelate
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc

public class STRelate extends Object implements DrillSimpleFunc
Returns true if this Geometry is spatially related to anotherGeometry, by testing for intersections between the Interior, Boundary and Exterior of the two geometries as specified by the values in the intersectionMatrixPattern. If no intersectionMatrixPattern is passed in, then returns the maximum intersectionMatrixPattern that relates the 2 geometries
  • Constructor Details

    • STRelate

      public STRelate()
  • Method Details