Package | Description |
---|---|
org.wicketstuff.openlayers |
This package contains wicket Openlayers implementation.
|
org.wicketstuff.openlayers.api | |
org.wicketstuff.openlayers.event |
Modifier and Type | Method and Description |
---|---|
LonLat |
IOpenLayersMap.getCenter() |
LonLat |
OpenLayersMap.getCenter() |
LonLat |
MapLayer.getCenter() |
LonLat |
AjaxOpenLayersMap.getCenter() |
Modifier and Type | Method and Description |
---|---|
void |
IOpenLayersMap.setCenter(LonLat center) |
void |
OpenLayersMap.setCenter(LonLat center) |
void |
MapLayer.setCenter(LonLat center) |
void |
AjaxOpenLayersMap.setCenter(LonLat center) |
void |
IOpenLayersMap.setCenter(LonLat center,
Integer zoom) |
void |
OpenLayersMap.setCenter(LonLat center,
Integer zoom)
Set the center.
|
void |
AjaxOpenLayersMap.setCenter(LonLat center,
Integer zoom) |
Constructor and Description |
---|
OpenLayersMap.SetCenterBehavior(String event,
LonLat gLatLng,
Integer zoom) |
Modifier and Type | Class and Description |
---|---|
class |
SphericalMercatorLonLat
Provides a Spherical Mercator coordinate.
|
Modifier and Type | Method and Description |
---|---|
LonLat |
Marker.getLonLat() |
LonLat |
Bounds.getNE() |
LonLat |
Bounds.getSW() |
static LonLat |
LonLat.parse(String value)
(37.34068368469045, -122.48519897460936)
|
static LonLat |
LonLat.parseWithNames(String value)
(lon=37.34068368469045, lat=-122.48519897460936)
|
Modifier and Type | Method and Description |
---|---|
InfoWindow |
InfoWindow.open(LonLat latLng) |
void |
Marker.setLagLng(LonLat gLatLng) |
Constructor and Description |
---|
Bounds(LonLat sw,
LonLat ne)
Construct.
|
Marker(LonLat gLatLng) |
Marker(LonLat lonLat,
EventType[] events) |
Marker(LonLat lonLat,
EventType[] events,
PopupWindowPanel popup) |
Marker(LonLat gLatLng,
IOpenLayersMap map) |
Marker(LonLat gLatLng,
PopupWindowPanel popup) |
Marker(LonLat lonLat,
PopupWindowPanel popup,
EventType[] events,
Icon icon) |
Marker(LonLat lonLat,
PopupWindowPanel popup,
Icon icon) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ClickEventListenerBehavior.onClick(LonLat lonLat,
org.apache.wicket.ajax.AjaxRequestTarget target) |
Copyright © 2015. All rights reserved.