Uses of Class
org.openstreetmap.josm.io.OsmApi

Packages that use OsmApi
org.openstreetmap.josm.io   
 

Uses of OsmApi in org.openstreetmap.josm.io
 

Fields in org.openstreetmap.josm.io declared as OsmApi
private  OsmApi OsmServerWriter.api
           
private  OsmApi OsmServerReader.api
           
 

Fields in org.openstreetmap.josm.io with type parameters of type OsmApi
private static java.util.HashMap<java.lang.String,OsmApi> OsmApi.instances
           
 

Methods in org.openstreetmap.josm.io that return OsmApi
static OsmApi OsmApi.getOsmApi()
          Replies the OsmApi for the URL given by the preference osm-server.url
static OsmApi OsmApi.getOsmApi(java.lang.String serverUrl)
          Replies the OsmApi for a given server URL
 



JOSM