Package | Description |
---|---|
org.wicketstuff.openlayers3 | |
org.wicketstuff.openlayers3.api |
Modifier and Type | Method and Description |
---|---|
void |
OpenLayersMap.zoomToExtent(org.apache.wicket.ajax.AjaxRequestTarget target,
Extent extent)
Sets the extent for the map and zooms to that extent.
|
Modifier and Type | Method and Description |
---|---|
Extent |
View.getExtent()
Returns the extent for this view.
|
Extent |
Extent.maximum(LongLat maximum)
Sets the maximum coodinate.
|
Extent |
Extent.minimum(LongLat minimum)
Sets the extent minimum coordinate.
|
Modifier and Type | Method and Description |
---|---|
View |
View.extent(Extent extent)
Sets the extent for this view.
|
void |
View.setExtent(Extent extent)
Sets the extent for this view.
|
Constructor and Description |
---|
View(Coordinate center,
Integer zoom,
Integer maxZoom,
String projection,
Extent extent)
Creates a new instance.
|
Copyright © 2015. All rights reserved.