|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeighborUtility.AdminArea | |
---|---|
org.eclipse.ohf.stem.internal.data.utility |
Uses of NeighborUtility.AdminArea in org.eclipse.ohf.stem.internal.data.utility |
---|
Methods in org.eclipse.ohf.stem.internal.data.utility with parameters of type NeighborUtility.AdminArea | |
---|---|
static boolean |
NeighborUtility.testAdjacency(NeighborUtility.AdminArea bbox1,
NeighborUtility.AdminArea bbox2)
Test adjacency by containment of any corner of two bounding boxes If any corner of AdminArea 1 is contained in AdminArea 2 or any corner of AdminArea 2 is contained in AdminArea 1 then they are adjacent. |
static boolean |
NeighborUtility.testAdjacencyContains(NeighborUtility.AdminArea bbox1,
NeighborUtility.AdminArea bbox2)
Test adjacency by checking if any point on the border of one area is contained in the polygon for the other area |
static boolean |
NeighborUtility.testAdjacencyMatch(NeighborUtility.AdminArea area1,
NeighborUtility.AdminArea area2)
Test adjacency by matching the points on the border of each area for a match |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |