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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<NameFinder.SearchResult> |
PlaceSelection.NameQueryTask.data |
private java.util.List<NameFinder.SearchResult> |
PlaceSelection.NamedResultTableModel.data |
Modifier and Type | Method and Description |
---|---|
NameFinder.SearchResult |
PlaceSelection.NamedResultTableModel.getSelectedSearchResult() |
Modifier and Type | Method and Description |
---|---|
void |
PlaceSelection.NamedResultTableModel.setData(java.util.List<NameFinder.SearchResult> data) |
Modifier and Type | Field and Description |
---|---|
private NameFinder.SearchResult |
NameFinder.NameFinderResultParser.currentResult |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NameFinder.SearchResult> |
NameFinder.NameFinderResultParser.data |
Modifier and Type | Method and 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.
|