|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.actions.search.SearchCompiler.Match
org.openstreetmap.josm.actions.search.SearchCompiler.InArea
private abstract static class SearchCompiler.InArea
Matches objects within the given bounds.
| Field Summary | |
|---|---|
protected boolean |
all
|
protected Bounds |
bounds
|
| Constructor Summary | |
|---|---|
SearchCompiler.InArea(boolean all)
|
|
| Method Summary | |
|---|---|
protected abstract Bounds |
getBounds()
|
boolean |
match(OsmPrimitive osm)
|
| Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match |
|---|
existsMatch, forallMatch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final boolean all
protected final Bounds bounds
| Constructor Detail |
|---|
public SearchCompiler.InArea(boolean all)
all - if true, all way nodes or relation members have to be within source area;if false, one suffices.| Method Detail |
|---|
protected abstract Bounds getBounds()
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||