Package | Description |
---|---|
org.wicketstuff.openlayers3.api |
Modifier and Type | Method and Description |
---|---|
View |
View.center(Coordinate center)
Sets the center coordinate for this view.
|
View |
View.extent(Extent extent)
Sets the extent for this view.
|
View |
Map.getView()
Returns the view for this map.
|
View |
View.maxZoom(Integer maxZoom)
Sets the maximum zoom level for this instance.
|
View |
View.minZoom(Integer minZoom)
Sets the minimum zoom level for this instance.
|
View |
View.projection(String projection)
Sets the projection for this view.
|
View |
View.zoom(Integer zoom)
Sets the zoom level for this view.
|
Modifier and Type | Method and Description |
---|---|
String |
Extent.renderJsForView(View view) |
void |
Map.setView(View view)
Sets the view for this map.
|
Map |
Map.view(View view)
Sets the view for this map.
|
Constructor and Description |
---|
Map(List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(List<Layer> layers,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view,
List<Interaction> interactions)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
View view)
Creates a new instance.
|
Copyright © 2015. All rights reserved.