Uses of Class
org.openstreetmap.josm.io.OsmApi
-
Packages that use OsmApi Package Description org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action
.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of OsmApi in org.openstreetmap.josm.actions.upload
Methods in org.openstreetmap.josm.actions.upload with parameters of type OsmApi Modifier and Type Method Description private void
UploadNotesTask.UploadTask. processNoteComment(ProgressMonitor monitor, OsmApi api, Note note, NoteComment comment)
-
Uses of OsmApi in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as OsmApi Modifier and Type Field Description private OsmApi
OsmServerReader. api
private OsmApi
OsmServerWriter. api
Fields in org.openstreetmap.josm.io with type parameters of type OsmApi Modifier and Type Field Description private static java.util.Map<java.lang.String,OsmApi>
OsmApi. instances
Methods in org.openstreetmap.josm.io that return OsmApi Modifier and Type Method Description static OsmApi
OsmApi. getOsmApi()
Replies theOsmApi
for the URL given by the preferenceosm-server.url
static OsmApi
OsmApi. getOsmApi(java.lang.String serverUrl)
Replies theOsmApi
for a given server URLMethods in org.openstreetmap.josm.io with parameters of type OsmApi Modifier and Type Method Description void
OsmApi.OsmApiInitializationListener. apiInitialized(OsmApi instance)
Called when an OSM API instance has been successfully initialized.protected static void
OsmApi. cacheInstance(OsmApi api)
static boolean
OsmApi. isUsingOAuthAndOAuthSetUp(OsmApi api)
Ensure that OAuth is set upConstructors in org.openstreetmap.josm.io with parameters of type OsmApi Constructor Description OsmServerReader(OsmApi osmApi)
Constructs a newOsmServerReader
.
-