Filter.RectangleIntersectFilter, Filter.UnionFilter| Constructor and Description |
|---|
UnionFilter(Filter filter1,
Filter filter2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(double[] min,
double[] max)
Intersects is used for the tree nodes and should only check for
intersection.
|
boolean |
matches(RectangleEntry<?> entry)
This is used on the actual entries.
|
Filter.UnionFilter |
union(Filter anotherFilter)
Chaining another filter.
|
public boolean intersects(double[] min,
double[] max)
Filterintersects in interface Filtermin - Min bound of rectangle,max - Max bound of rectangle,public boolean matches(RectangleEntry<?> entry)
Filterpublic Filter.UnionFilter union(Filter anotherFilter)
anotherFilter - the filter to mergeCopyright © 2018. All rights reserved.