Modifier and Type | Method and Description |
---|---|
Area |
getDataSourceArea()
Returns the total area of downloaded data (the "yellow rectangles").
|
List<Bounds> |
getDataSourceBounds()
Replies the list of data source bounds.
|
Collection<DataSource> |
getDataSources()
Returns the collection of data sources.
|
Collection<DataSource> getDataSources()
Area getDataSourceArea()
List<Bounds> getDataSourceBounds()
Replies the list of data source bounds.
Dataset maintains a list of data sources which have been merged into the data set. Each of these sources can optionally declare a bounding box of the data it supplied to the dataset.
This method replies the list of defined (non null
) bounding boxes.