Interface SpatialPartition.EquivalenceRelation
-
- Enclosing class:
- SpatialPartition
public static interface SpatialPartition.EquivalenceRelationAn interface for a function to compute an equivalence relation. An equivalence relation must be symmetric, reflexive and transitive. Examples areintersectsorwithinDistance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEquivalent(int i, int j)Tests whether two geometry items are equivalent to each other under the relation.
-