Uses of Class
org.openstreetmap.josm.io.NameFinder.SearchResult
-
Packages that use NameFinder.SearchResult Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of NameFinder.SearchResult in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download with type parameters of type NameFinder.SearchResult Modifier and Type Field Description private List<NameFinder.SearchResult>
PlaceSelection.NamedResultTableModel. data
private List<NameFinder.SearchResult>
PlaceSelection.NameQueryTask. data
private Consumer<List<NameFinder.SearchResult>>
PlaceSelection.NameQueryTask. dataConsumer
BiFunction<String,Collection<NameFinder.SearchResult>,URL>
PlaceSelection.Server. urlFunction
Methods in org.openstreetmap.josm.gui.download that return NameFinder.SearchResult Modifier and Type Method Description NameFinder.SearchResult
PlaceSelection.NamedResultTableModel. getSelectedSearchResult()
Methods in org.openstreetmap.josm.gui.download that return types with arguments of type NameFinder.SearchResult Modifier and Type Method Description List<NameFinder.SearchResult>
PlaceSelection.NamedResultTableModel. getData()
Method parameters in org.openstreetmap.josm.gui.download with type arguments of type NameFinder.SearchResult Modifier and Type Method Description void
PlaceSelection.NamedResultTableModel. addData(List<NameFinder.SearchResult> data)
void
PlaceSelection.NamedResultTableModel. setData(List<NameFinder.SearchResult> data)
Constructor parameters in org.openstreetmap.josm.gui.download with type arguments of type NameFinder.SearchResult Constructor Description NameQueryTask(URL url, Consumer<List<NameFinder.SearchResult>> dataConsumer)
Server(String n, BiFunction<String,Collection<NameFinder.SearchResult>,URL> u, String t, String f)
-
Uses of NameFinder.SearchResult in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as NameFinder.SearchResult Modifier and Type Field Description private NameFinder.SearchResult
NameFinder.NameFinderResultParser. currentResult
Fields in org.openstreetmap.josm.io with type parameters of type NameFinder.SearchResult Modifier and Type Field Description private List<NameFinder.SearchResult>
NameFinder.NameFinderResultParser. data
Methods in org.openstreetmap.josm.io that return NameFinder.SearchResult Modifier and Type Method Description private static NameFinder.SearchResult
OverpassDownloadReader. searchName(String area)
(package private) static NameFinder.SearchResult
OverpassDownloadReader. searchName(List<NameFinder.SearchResult> results)
Methods in org.openstreetmap.josm.io that return types with arguments of type NameFinder.SearchResult Modifier and Type Method Description List<NameFinder.SearchResult>
NameFinder.NameFinderResultParser. getResult()
static List<NameFinder.SearchResult>
NameFinder. parseSearchResults(Reader reader)
Parse search results as returned by Nominatim.static List<NameFinder.SearchResult>
NameFinder. query(URL url)
Performs a custom search.static List<NameFinder.SearchResult>
NameFinder. queryNominatim(String searchExpression)
Performs a Nominatim search.Method parameters in org.openstreetmap.josm.io with type arguments of type NameFinder.SearchResult Modifier and Type Method Description static URL
NameFinder. buildNominatimURL(String searchExpression, Collection<NameFinder.SearchResult> excludeResults)
Builds the Nominatim URL for performing the given search and excluding the results (of a previous search)(package private) static NameFinder.SearchResult
OverpassDownloadReader. searchName(List<NameFinder.SearchResult> results)
-