Uses of Class
org.openstreetmap.josm.data.osm.search.SearchCompiler.InArea
-
Packages that use SearchCompiler.InArea Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action
.org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.InArea in org.openstreetmap.josm.actions.search
Subclasses of SearchCompiler.InArea in org.openstreetmap.josm.actions.search Modifier and Type Class Description (package private) class
InView
Matches objects within current map view. -
Uses of SearchCompiler.InArea in org.openstreetmap.josm.data.osm.search
Subclasses of SearchCompiler.InArea in org.openstreetmap.josm.data.osm.search Modifier and Type Class Description static class
SearchCompiler.InDataSourceArea
Matches objects within source area ("downloaded area").static class
SearchCompiler.NotOutsideDataSourceArea
Matches objects which are not outside the source area ("downloaded area").
-