Package | Description |
---|---|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingBoxDownloader
Read content from OSM server for a given bounding box
|
class |
GeoJSONServerReader
GeoJson server reader.
|
(package private) class |
MultiFetchOverpassObjectReader
Retrieves a set of
OsmPrimitive s from an Overpass API server. |
class |
MultiFetchServerObjectReader
Retrieves a set of
OsmPrimitive s from an OSM server using the so called
Multi Fetch API. |
protected class |
MultiFetchServerObjectReader.Fetcher
The class that actually download data from OSM API.
|
class |
OsmApi
Class that encapsulates the communications with the OSM API.
All interaction with the server-side OSM API should go through this class. It is conceivable to extract this into an interface later and create various classes implementing the interface, to be able to talk to various kinds of servers. |
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
Download and parse info of the logged in user (OSM API v0.6 "/user/details").
|
class |
OsmServerUserPreferencesReader
Download and parse preferences of the logged in user (OSM API v0.6 "/user/preferences").
|
class |
OverpassDownloadReader
Read content from an Overpass server.
|