private abstract static class SearchCompiler.InArea extends SearchCompiler.Match
Modifier and Type | Field and Description |
---|---|
protected boolean |
all |
Constructor and Description |
---|
SearchCompiler.InArea(boolean all) |
Modifier and Type | Method and Description |
---|---|
protected abstract Bounds |
getBounds() |
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatch
protected final boolean all
public SearchCompiler.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