Package | Description |
---|---|
org.openstreetmap.josm.data | |
org.openstreetmap.josm.io |
Modifier and Type | Class and Description |
---|---|
private class |
ServerSidePreferences.Connection |
Modifier and Type | Class and Description |
---|---|
class |
BoundingBoxDownloader
Read content from OSM server for a given bounding box
|
class |
MultiFetchServerObjectReader
Retrieves a set of
OsmPrimitive s from an OSM server using the so called
Multi Fetch API. |
protected static class |
MultiFetchServerObjectReader.Fetcher
The class that actually download data from OSM API.
|
class |
OsmApi
Class that encapsulates the communications with the OSM API.
|
class |
OsmServerBackreferenceReader
OsmServerBackreferenceReader fetches the primitives from the OSM server which
refer to a specific primitive.
|
class |
OsmServerChangesetReader
Reads the history of an
OsmPrimitive from the OSM API server. |
class |
OsmServerHistoryReader
Reads the history of an
OsmPrimitive from the OSM API server. |
class |
OsmServerLocationReader
Read content from OSM server for a given URL
|
class |
OsmServerObjectReader
OsmServerObjectReader reads an individual object from the OSM server.
|
class |
OsmServerReader
This DataReader reads directly from the REST API of the osm server.
|
class |
OsmServerUserInfoReader |