public class PersistentFeature extends Feature
counter, JS_GLOBAL, objectIds
Constructor and Description |
---|
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 |
---|---|
void |
updateGeometry(org.apache.wicket.ajax.AjaxRequestTarget target,
Point point)
Updates the location of the feature.
|
geometry, getGeometry, getJsType, getName, getNumber, getString, getStyle, name, putNumber, putString, renderAfterConstructorJs, renderJs, setGeometry, setName, setStyle, style
escapeQuoteJs, getJsId, getJsIdWithSuffix
public PersistentFeature(Point geometry, String name)
geometry
- The geometry of the featurename
- The name for this featurepublic void updateGeometry(org.apache.wicket.ajax.AjaxRequestTarget target, Point point)
target
- Ajax request targetpoint
- New location for the featureCopyright © 2015. All rights reserved.