public interface GeoDisplay
Modifier and Type | Method and Description |
---|---|
void |
addLayer(GeoLayer layer)
Add a layer to the geographic display
|
GeoBounds |
getGeoBounds()
Get the geographic bounds
|
java.util.List<GeoLayer> |
getLayers()
Get the list of layers.
|
Projection |
getProjection()
Get the current projection
|
void |
setGeoBounds(GeoBounds geoBounds)
Set the geographic bounds
|
void |
setLayers(java.util.Collection<GeoLayer> layers)
Set the geographic layers.
|
void |
setProjection(Projection proj)
Set the current projection
|
void addLayer(GeoLayer layer)
layer
- a new geographic layerGeoBounds getGeoBounds()
java.util.List<GeoLayer> getLayers()
Projection getProjection()
void setGeoBounds(GeoBounds geoBounds)
geoBounds
- the geographic boundsvoid setLayers(java.util.Collection<GeoLayer> layers)
layers
- the collection of geographic layersvoid setProjection(Projection proj)
proj
- the new projection