Package | Description |
---|---|
org.wicketstuff.openlayers |
This package contains wicket Openlayers implementation.
|
org.wicketstuff.openlayers.api |
Modifier and Type | Method and Description |
---|---|
Bounds |
OpenLayersMap.getBounds() |
Bounds |
IOpenLayersMap.getBounds() |
Bounds |
AjaxOpenLayersMap.getBounds() |
Modifier and Type | Method and Description |
---|---|
void |
OpenLayersMap.setBounds(Bounds bounds) |
void |
IOpenLayersMap.setBounds(Bounds bounds) |
void |
AjaxOpenLayersMap.setBounds(Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
static Bounds |
Bounds.parse(String value)
((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
|
static Bounds |
Bounds.parseWithNames(String value)
left-bottom=(37.34068368469045, -122.48519897460936) right-top=(37.72184917678752,
-121.79855346679686)
|
Copyright © 2015. All rights reserved.