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

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.InDataSourceArea
Enclosing class:
SearchCompiler

private static class SearchCompiler.InDataSourceArea
extends SearchCompiler.InArea

Matches objects within source area ("downloaded area").


Field Summary
 
Fields inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.InArea
all, bounds
 
Constructor Summary
SearchCompiler.InDataSourceArea(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.InDataSourceArea

public SearchCompiler.InDataSourceArea(boolean all)
Method Detail

getBounds

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


JOSM