Package | Description |
---|---|
org.openstreetmap.josm.data | |
org.openstreetmap.josm.data.gpx | |
org.openstreetmap.josm.data.osm |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DataSource> |
Data.getDataSources()
Returns the collection of data sources.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Area |
DataSource.getDataSourceArea(java.util.Collection<DataSource> dataSources)
Returns the total area of downloaded data (the "yellow rectangles").
|
static java.util.List<Bounds> |
DataSource.getDataSourceBounds(java.util.Collection<DataSource> dataSources)
Replies the list of data source bounds.
|
Modifier and Type | Field and Description |
---|---|
java.util.Set<DataSource> |
GpxData.dataSources
All data sources (bounds of downloaded bounds) of this GpxData.
Not part of GPX standard but rather a JOSM extension, needed by the fact that OSM API does not provide <bounds> element in its GPX reply. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DataSource> |
GpxData.getDataSources() |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<DataSource> |
DataSet.dataSources
All data sources of this DataSet.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DataSource> |
DataSet.getDataSources() |