Package | Description |
---|---|
org.wicketstuff.openlayers |
This package contains wicket Openlayers implementation.
|
org.wicketstuff.openlayers.api | |
org.wicketstuff.openlayers.api.control | |
org.wicketstuff.openlayers.api.feature | |
org.wicketstuff.openlayers.api.layer | |
org.wicketstuff.openlayers.event |
Modifier and Type | Class and Description |
---|---|
class |
AjaxOpenLayersMap |
class |
OpenLayersMap
Wicket component to embed Openlayers Maps into your
pages.
|
Modifier and Type | Method and Description |
---|---|
IOpenLayersMap |
IOpenLayersMap.addControl(IJavascriptComponent control) |
IOpenLayersMap |
AjaxOpenLayersMap.addControl(IJavascriptComponent control)
Add a control.
|
IOpenLayersMap |
AjaxOpenLayersMap.addFeature(Feature feature)
Add a feature.
|
IOpenLayersMap |
AjaxOpenLayersMap.addFeatureStyle(FeatureStyle featureStyle)
Add a feature style.
|
IOpenLayersMap |
AjaxOpenLayersMap.addLayer(Layer layer)
Add a layer.
|
IOpenLayersMap |
IOpenLayersMap.addOverlay(Overlay overlay) |
IOpenLayersMap |
AjaxOpenLayersMap.addOverlay(Overlay overlay)
Add an overlay.
|
IOpenLayersMap |
IOpenLayersMap.clearOverlays() |
IOpenLayersMap |
AjaxOpenLayersMap.clearOverlays()
Clear all overlays.
|
IOpenLayersMap |
IOpenLayersMap.removeControl(IJavascriptComponent control) |
IOpenLayersMap |
AjaxOpenLayersMap.removeControl(IJavascriptComponent control)
Remove a control.
|
IOpenLayersMap |
AjaxOpenLayersMap.removeFeature(Feature feature)
Remove an feature.
|
IOpenLayersMap |
AjaxOpenLayersMap.removeFeatureStyle(FeatureStyle featureStyle) |
IOpenLayersMap |
IOpenLayersMap.removeOverlay(Overlay overlay) |
IOpenLayersMap |
AjaxOpenLayersMap.removeOverlay(Overlay overlay)
Remove an overlay.
|
Modifier and Type | Method and Description |
---|---|
IOpenLayersMap |
Marker.getMap() |
Modifier and Type | Method and Description |
---|---|
String |
Overlay.getJSadd(IOpenLayersMap map) |
String |
IJavascriptComponent.getJSadd(IOpenLayersMap map) |
String |
Overlay.getJSremove(IOpenLayersMap map) |
String |
IJavascriptComponent.getJSremove(IOpenLayersMap map) |
void |
Marker.setMap(IOpenLayersMap map) |
Constructor and Description |
---|
Marker(LonLat gLatLng,
IOpenLayersMap map) |
Modifier and Type | Method and Description |
---|---|
String |
GetSpecificFeature.getJSadd(IOpenLayersMap map) |
String |
AbstractControl.getJSadd(IOpenLayersMap map) |
String |
GetFeature.getJSadd(IOpenLayersMap map) |
String |
SelectFeatureControl.getJSadd(IOpenLayersMap map) |
String |
WMSGetFeatureInfo.getJSadd(IOpenLayersMap map) |
protected String |
AbstractControl.getJSadd(IOpenLayersMap map,
Map<String,String> parameters)
A convenience wrapper to
AbstractControl.getJSadd(IOpenLayersMap, String)
that builds the parameter string from the parameter map and then invokes the method. |
protected String |
AbstractControl.getJSadd(IOpenLayersMap map,
String parameterString)
Calls map.addControl() for the generated initialization javascript using the parameterString
if present.
|
protected String |
AbstractControl.getJSadd(IOpenLayersMap map,
String javascriptClassName,
Map<String,String> parameters) |
protected String |
AbstractControl.getJSadd(IOpenLayersMap map,
String javascriptClassName,
String parameterString) |
protected String |
AbstractControl.getJSinvoke(IOpenLayersMap map,
String invocation)
A helper similiar to OpenLayersMap.getJSInvoke except instead of just getting the map context
we get this control context from the root.
|
String |
AbstractControl.getJSremove(IOpenLayersMap map) |
void |
AbstractControl.registerJavascriptEvent(IOpenLayersMap map,
String event,
org.apache.wicket.model.IModel<String> eventHandlingJavascriptModel)
Allows javascript to be wired into events on this control.
|
Constructor and Description |
---|
LayerSwitcherControl(String id,
IOpenLayersMap map) |
PanControl(String id,
IOpenLayersMap map)
default, panoffset = 10 px
|
PanControl(String id,
IOpenLayersMap map,
int panOffset) |
PanControl(String id,
IOpenLayersMap map,
int panOffset,
org.apache.wicket.request.resource.ResourceReference panUpResource,
org.apache.wicket.request.resource.ResourceReference panLeftResource,
org.apache.wicket.request.resource.ResourceReference panRightResource,
org.apache.wicket.request.resource.ResourceReference panDownResource) |
RemoveDrawControl(IOpenLayersMap map) |
ZoomControl(String id,
IOpenLayersMap map) |
ZoomControl(String id,
IOpenLayersMap map,
org.apache.wicket.request.resource.ResourceReference zoomInResource,
org.apache.wicket.request.resource.ResourceReference zoomOutResource) |
Modifier and Type | Method and Description |
---|---|
IOpenLayersMap |
Feature.getMap() |
Modifier and Type | Method and Description |
---|---|
String |
Feature.getJSAddFeature(IOpenLayersMap map,
Vector vector) |
String |
FeatureStyle.getJSAddStyle(IOpenLayersMap map) |
String |
FeatureStyle.getJSGetStyle(IOpenLayersMap map) |
String |
FeatureStyle.getJSGetStyleNoLineEnd(IOpenLayersMap map) |
String |
Feature.getJSRemoveFeature(IOpenLayersMap map,
Vector vector) |
String |
FeatureStyle.getJSRemoveStyle(IOpenLayersMap map) |
void |
Feature.setMap(IOpenLayersMap map) |
Constructor and Description |
---|
Feature(FeatureStyle featureStyle,
IOpenLayersMap map) |
Feature(IOpenLayersMap map) |
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
FeatureStyle featureStyle,
IOpenLayersMap map) |
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
IOpenLayersMap map) |
Point(com.vividsolutions.jts.geom.Coordinate coordinate,
FeatureStyle featureStyle,
IOpenLayersMap map) |
Point(com.vividsolutions.jts.geom.Coordinate coordinate,
IOpenLayersMap map) |
Polygon(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
FeatureStyle featureStyle,
IOpenLayersMap map) |
Polygon(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
IOpenLayersMap map) |
Modifier and Type | Method and Description |
---|---|
String |
Layer.getJSAddLayer(IOpenLayersMap map) |
Modifier and Type | Method and Description |
---|---|
protected IOpenLayersMap |
DrawListenerBehavior.getOpenLayersMap() |
protected IOpenLayersMap |
EventListenerBehavior.getOpenLayersMap() |
protected IOpenLayersMap |
MoveEndListenerBehavior.getOpenLayersMap() |
Copyright © 2015. All rights reserved.