| Package | Description |
|---|---|
| org.wicketstuff.openlayers3 | |
| org.wicketstuff.openlayers3.api | |
| org.wicketstuff.openlayers3.api.interaction |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLayersMap.addInteraction(org.apache.wicket.ajax.AjaxRequestTarget target,
Interaction interaction)
Adds the provided interaction to the map.
|
void |
OpenLayersMap.removeInteraction(org.apache.wicket.ajax.AjaxRequestTarget target,
Interaction interaction)
Removes provided interaction from the map.
|
| Modifier and Type | Method and Description |
|---|---|
List<Interaction> |
Map.getInteractions() |
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.interactions(List<Interaction> interactions) |
void |
Map.setInteractions(List<Interaction> interactions) |
| Constructor and Description |
|---|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view,
List<Interaction> interactions)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Modify
Provides an object that models a map modify interaction.
|
Copyright © 2015. All rights reserved.