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) classInViewMatches 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 classSearchCompiler.InDataSourceAreaMatches objects within source area ("downloaded area").static classSearchCompiler.NotOutsideDataSourceAreaMatches objects which are not outside the source area ("downloaded area").
-