Uses of Class
org.openstreetmap.josm.data.osm.search.SearchMode
-
Packages that use SearchMode 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 SearchMode in org.openstreetmap.josm.actions.search
Methods in org.openstreetmap.josm.actions.search with parameters of type SearchMode Modifier and Type Method Description static void
SearchAction. search(String search, SearchMode mode)
Performs the search specified by the search stringsearch
and the search modemode
.static Collection<IPrimitive>
SearchAction. searchAndReturn(String search, SearchMode mode)
Performs the search specified by the search stringsearch
and the search modemode
and returns the result of the search. -
Uses of SearchMode in org.openstreetmap.josm.data.osm.search
Fields in org.openstreetmap.josm.data.osm.search declared as SearchMode Modifier and Type Field Description SearchMode
SearchSetting. mode
Search modeMethods in org.openstreetmap.josm.data.osm.search that return SearchMode Modifier and Type Method Description static SearchMode
SearchMode. fromCode(char code)
Returns the search mode matching the given character code.static SearchMode
SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchMode[]
SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-