public class DataSource extends Object
Modifier and Type | Field and Description |
---|---|
Bounds |
bounds
The bounds of this data source
|
String |
origin
The textual description of the origin (example: "OpenStreetMap Server")
|
Constructor and Description |
---|
DataSource(Bounds bounds,
String origin)
Constructs a new
DataSource . |
public DataSource(Bounds bounds, String origin)
DataSource
.bounds
- The bounds of this data sourceorigin
- The textual description of the origin (example: "OpenStreetMap Server")IllegalArgumentException
- if bounds is null