@FunctionalInterface public interface Data
Modifier and Type | Method and Description |
---|---|
default java.awt.geom.Area |
getDataSourceArea()
Returns the total area of downloaded data (the "yellow rectangles").
|
default java.util.List<Bounds> |
getDataSourceBounds()
Replies the list of data source bounds.
|
java.util.Collection<DataSource> |
getDataSources()
Returns the collection of data sources.
|
java.util.Collection<DataSource> getDataSources()
default java.awt.geom.Area getDataSourceArea()
default java.util.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.