Class MatcherIntersectionHelper

Object
MatcherIntersectionHelper

public class MatcherIntersectionHelper extends Object
Helper class for matching objects based on intersection.
  • Method Details

    • matchIntersectingObjects

      public static List<MatchedObject> matchIntersectingObjects(ObjectCollection sourceObjects, ObjectCollection searchObjects)
      Matches objects from the source collection with intersecting objects from the search collection.
      Parameters:
      sourceObjects - the collection of source objects to be matched
      searchObjects - the collection of objects to search for intersections
      Returns:
      a list of MatchedObjects, each containing a source object and its intersecting objects