|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LonLat | |
|---|---|
| org.wicketstuff.openlayers | This package contains wicket Openlayers implementation. |
| org.wicketstuff.openlayers.api | |
| org.wicketstuff.openlayers.event | |
| Uses of LonLat in org.wicketstuff.openlayers |
|---|
| Methods in org.wicketstuff.openlayers that return LonLat | |
|---|---|
LonLat |
OpenLayersMap.getCenter()
|
LonLat |
MapLayer.getCenter()
|
LonLat |
IOpenLayersMap.getCenter()
|
LonLat |
AjaxOpenLayersMap.getCenter()
|
| Methods in org.wicketstuff.openlayers with parameters of type LonLat | |
|---|---|
void |
OpenLayersMap.setCenter(LonLat center)
|
void |
MapLayer.setCenter(LonLat center)
|
void |
IOpenLayersMap.setCenter(LonLat center)
|
void |
AjaxOpenLayersMap.setCenter(LonLat center)
|
void |
OpenLayersMap.setCenter(LonLat center,
Integer zoom)
Set the center. |
void |
IOpenLayersMap.setCenter(LonLat center,
Integer zoom)
|
void |
AjaxOpenLayersMap.setCenter(LonLat center,
Integer zoom)
|
| Constructors in org.wicketstuff.openlayers with parameters of type LonLat | |
|---|---|
OpenLayersMap.SetCenterBehavior(String event,
LonLat gLatLng,
Integer zoom)
|
|
| Uses of LonLat in org.wicketstuff.openlayers.api |
|---|
| Methods in org.wicketstuff.openlayers.api that return LonLat | |
|---|---|
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) |
| Methods in org.wicketstuff.openlayers.api with parameters of type LonLat | |
|---|---|
InfoWindow |
InfoWindow.open(LonLat latLng)
|
void |
Marker.setLagLng(LonLat gLatLng)
|
| Constructors in org.wicketstuff.openlayers.api with parameters of type LonLat | |
|---|---|
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)
|
|
| Uses of LonLat in org.wicketstuff.openlayers.event |
|---|
| Methods in org.wicketstuff.openlayers.event with parameters of type LonLat | |
|---|---|
protected abstract void |
ClickEventListenerBehavior.onClick(LonLat lonLat,
AjaxRequestTarget target)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||