Package | Description |
---|---|
org.wicketstuff.openlayers |
This package contains wicket Openlayers implementation.
|
org.wicketstuff.openlayers.api | |
org.wicketstuff.openlayers.api.control |
Modifier and Type | Method and Description |
---|---|
List<IJavascriptComponent> |
OpenLayersMap.getControls() |
List<IJavascriptComponent> |
IOpenLayersMap.getControls() |
List<IJavascriptComponent> |
AjaxOpenLayersMap.getControls() |
Modifier and Type | Method and Description |
---|---|
OpenLayersMap |
OpenLayersMap.addControl(IJavascriptComponent control)
Add a control.
|
IOpenLayersMap |
IOpenLayersMap.addControl(IJavascriptComponent control) |
IOpenLayersMap |
AjaxOpenLayersMap.addControl(IJavascriptComponent control)
Add a control.
|
OpenLayersMap |
OpenLayersMap.removeControl(IJavascriptComponent control)
Remove a control.
|
IOpenLayersMap |
IOpenLayersMap.removeControl(IJavascriptComponent control) |
IOpenLayersMap |
AjaxOpenLayersMap.removeControl(IJavascriptComponent control)
Remove a control.
|
Modifier and Type | Class and Description |
---|---|
class |
Control
Represents an OpenLayers http://dev.openlayers.org/apidocs/files/OpenLayers/Control-js.html
These are the controls that take no context specific options in the constructor (the
externalizable=true controls may include a div but this is not set by the caller).
|
class |
Marker
Represents an Openlayers API's http://dev.openlayers.org/apidocs/files/OpenLayers/Marker-js.html
|
class |
Overlay
Represents an Openlayers API's // legacy to be removed
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControl |
class |
GetFeature |
class |
GetSpecificFeature |
class |
SelectFeatureControl |
class |
WMSGetFeatureInfo |
Copyright © 2015. All rights reserved.