org.openstreetmap.josm.actions.search
Class SearchCompiler.InView

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.InArea
          extended by org.openstreetmap.josm.actions.search.SearchCompiler.InView
Enclosing class:
SearchCompiler

private static class SearchCompiler.InView
extends SearchCompiler.InArea

Matches objects within current map view.


Field Summary
 
Fields inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
all, bounds
 
Constructor Summary
SearchCompiler.InView(boolean all)
           
 
Method Summary
protected  Bounds getBounds()
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
match
 
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
 

Constructor Detail

SearchCompiler.InView

public SearchCompiler.InView(boolean all)
Method Detail

getBounds

protected Bounds getBounds()
Specified by:
getBounds in class SearchCompiler.InArea


JOSM