getIntersectionMatrix method

IntersectionMatrix getIntersectionMatrix()

Gets the IntersectionMatrix for the spatial relationship between the input geometries.

@return the IntersectionMatrix for the spatial relationship between the input geometries

Implementation

IntersectionMatrix getIntersectionMatrix() {
  return relate.computeIM();
}