Package | Description |
---|---|
org.wicketstuff.openlayers3 | |
org.wicketstuff.openlayers3.api | |
org.wicketstuff.openlayers3.api.geometry |
Modifier and Type | Method and Description |
---|---|
void |
OpenLayersMap.setViewCenter(org.apache.wicket.ajax.AjaxRequestTarget target,
Point point)
Sets the center of the map's current view.
|
Modifier and Type | Method and Description |
---|---|
Point |
Feature.getGeometry()
Returns the geometry of this feature.
|
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.geometry(Point geometry)
Sets the geometry of the feature.
|
void |
Feature.setGeometry(Point geometry)
Sets the geometry of the feature.
|
void |
PersistentFeature.updateGeometry(org.apache.wicket.ajax.AjaxRequestTarget target,
Point point)
Updates the location of the feature.
|
Constructor and Description |
---|
Feature(Point geometry,
String name)
Creates a new feature.
|
Feature(Point geometry,
String name,
Style style)
Creates a new feature.
|
PersistentFeature(Point geometry,
String name)
Creates a new feature.
|
PersistentFeature(Point geometry,
String name,
Style style)
Creates a new feature.
|
Modifier and Type | Method and Description |
---|---|
Point |
Point.coordinate(Coordinate coordinate)
Sets the coordinate for this point.
|
Point |
Point.layout(Geometry.Layout layout)
Sets the layout for this point.
|
Copyright © 2015. All rights reserved.