Package | Description |
---|---|
org.openstreetmap.josm.actions.upload | |
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
private void |
UploadNotesTask.UploadTask.processNoteComment(ProgressMonitor monitor,
OsmApi api,
Note note,
NoteComment comment) |
Modifier and Type | Field and Description |
---|---|
private OsmApi |
OsmServerWriter.api |
private OsmApi |
OsmServerReader.api |
Modifier and Type | Field and Description |
---|---|
private static Map<String,OsmApi> |
OsmApi.instances |
Modifier and Type | Method and Description |
---|---|
static OsmApi |
OsmApi.getOsmApi()
Replies the
OsmApi for the URL given by the preference osm-server.url |
static OsmApi |
OsmApi.getOsmApi(String serverUrl)
Replies the
OsmApi for a given server URL |