Uses of Class
org.openstreetmap.josm.actions.search.SearchCompiler.CountRange

Packages that use SearchCompiler.CountRange
org.openstreetmap.josm.actions.search   
 

Uses of SearchCompiler.CountRange in org.openstreetmap.josm.actions.search
 

Subclasses of SearchCompiler.CountRange in org.openstreetmap.josm.actions.search
private static class SearchCompiler.AreaSize
          Matches if the size of the area is within the given range
private static class SearchCompiler.NodeCountRange
          Matches ways with a number of nodes in given range
private static class SearchCompiler.TagCountRange
          Matches objects with a number of tags in given range
private static class SearchCompiler.TimestampRange
          Matches objects with a timestamp in given range
 



JOSM