| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api | |
| org.wicketstuff.openlayers3.api.coordinate | |
| org.wicketstuff.openlayers3.api.overlay | |
| org.wicketstuff.openlayers3.behavior |
| Modifier and Type | Method and Description |
|---|---|
LongLat |
Extent.getMaximum()
Returns the maximum coodinate.
|
LongLat |
Extent.getMinimum()
Returns the extent minimum coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
Extent |
Extent.maximum(LongLat maximum)
Sets the maximum coodinate.
|
Extent |
Extent.minimum(LongLat minimum)
Sets the extent minimum coordinate.
|
void |
Extent.setMaximum(LongLat maximum)
Sets the maximum coodinate.
|
void |
Extent.setMinimum(LongLat minimum)
Sets the extent minimum coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
LongLat |
LongLat.latitude(Number latitude)
Sets the latitude of the coordinate.
|
LongLat |
LongLat.longitude(Number longitude)
Sets the longitude of the coordinate.
|
LongLat |
LongLat.targetProjection(String targetProjection)
Sets the target projection for the coordinate.
|
LongLat |
LongLat.transform(String targetProjection)
Sets the target projection for the coordinate.
|
LongLat |
LongLat.x(Number valueX)
Sets the "X" coordinate.
|
LongLat |
LongLat.y(Number valueY)
Sets the "Y" coordinate.
|
| Modifier and Type | Field and Description |
|---|---|
LongLat |
Overlay.position
The position of the overlay in the map projection.
|
| Modifier and Type | Method and Description |
|---|---|
LongLat |
Overlay.getPosition()
Returns the position of the overlay.
|
| Modifier and Type | Method and Description |
|---|---|
Overlay |
Overlay.position(LongLat position)
Sets the position of the overlay.
|
void |
Overlay.setPosition(LongLat position)
Sets the position of the overlay.
|
| Constructor and Description |
|---|
Overlay(org.apache.wicket.Component component,
LongLat position)
Creates a new instance.
|
Overlay(org.apache.wicket.Component component,
LongLat position,
Overlay.Positioning positioning)
Creates a new instance.
|
Overlay(org.apache.wicket.Component component,
LongLat position,
Overlay.Positioning positioning,
Boolean stopEvent)
Creates a new instance.
|
Overlay(LongLat position)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FeatureChangeListener.handleChange(org.apache.wicket.ajax.AjaxRequestTarget target,
String featureId,
LongLat longLat,
com.google.gson.JsonObject properties)
Invoked when the feature has been modified.
|
abstract void |
ClickHandler.handleClick(org.apache.wicket.ajax.AjaxRequestTarget target,
LongLat longLat)
Dispatches the clicked coordinates.
|
abstract void |
ClickFeatureHandler.handleClick(org.apache.wicket.ajax.AjaxRequestTarget target,
String featureId,
LongLat longLat,
com.google.gson.JsonObject properties)
Callback for handling mouse clicks on map features.
|
void |
ClickFeatureHandler.handleClickMiss(org.apache.wicket.ajax.AjaxRequestTarget target,
LongLat longLat)
Callback for handling mouse clicks on the map that do not intersect with features.
|
Copyright © 2014–2017. All rights reserved.