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 java.util.List<NameFinder.SearchResult>
PlaceSelection.NamedResultTableModel. data
private java.util.List<NameFinder.SearchResult>
PlaceSelection.NameQueryTask. data
private java.util.function.Consumer<java.util.List<NameFinder.SearchResult>>
PlaceSelection.NameQueryTask. dataConsumer
(package private) java.util.function.BiFunction<java.lang.String,java.util.Collection<NameFinder.SearchResult>,java.net.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 java.util.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(java.util.List<NameFinder.SearchResult> data)
Add data to the tablevoid
PlaceSelection.NamedResultTableModel. setData(java.util.List<NameFinder.SearchResult> data)
Constructor parameters in org.openstreetmap.josm.gui.download with type arguments of type NameFinder.SearchResult Constructor Description NameQueryTask(java.net.URL url, java.util.function.Consumer<java.util.List<NameFinder.SearchResult>> dataConsumer)
Server(java.lang.String n, java.util.function.BiFunction<java.lang.String,java.util.Collection<NameFinder.SearchResult>,java.net.URL> u, java.lang.String t, java.lang.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 java.util.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(java.lang.String area)
(package private) static NameFinder.SearchResult
OverpassDownloadReader. searchName(java.util.List<NameFinder.SearchResult> results)
Methods in org.openstreetmap.josm.io that return types with arguments of type NameFinder.SearchResult Modifier and Type Method Description java.util.List<NameFinder.SearchResult>
NameFinder.NameFinderResultParser. getResult()
static java.util.List<NameFinder.SearchResult>
NameFinder. parseSearchResults(java.io.Reader reader)
Parse search results as returned by Nominatim.static java.util.List<NameFinder.SearchResult>
NameFinder. query(java.net.URL url)
Performs a custom search.static java.util.List<NameFinder.SearchResult>
NameFinder. queryNominatim(java.lang.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 java.net.URL
NameFinder. buildNominatimURL(java.lang.String searchExpression, java.util.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(java.util.List<NameFinder.SearchResult> results)
-