private abstract static class SearchCompiler.InArea extends SearchCompiler.Match
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
| Constructor and Description |
|---|
InArea(boolean all) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Bounds |
getBounds() |
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatchprotected final boolean all
public InArea(boolean all)
all - if true, all way nodes or relation members have to be within source area;if false, one suffices.public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Match