Class MatcherIntersectionHelper
Object
MatcherIntersectionHelper
Helper class for matching objects based on intersection.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<MatchedObject> matchIntersectingObjects
(ObjectCollection sourceObjects, ObjectCollection searchObjects) Matches objects from the source collection with intersecting objects from the search collection.
-
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 matchedsearchObjects
- the collection of objects to search for intersections- Returns:
- a list of
MatchedObject
s, each containing a source object and its intersecting objects
-