Package | Description |
---|---|
org.wicketstuff.openlayers |
This package contains wicket Openlayers implementation.
|
org.wicketstuff.openlayers.api.feature |
Modifier and Type | Method and Description |
---|---|
Feature |
MapLayer.getFeature(String uniqKey) |
Modifier and Type | Method and Description |
---|---|
IOpenLayersMap |
AjaxOpenLayersMap.addFeature(Feature feature)
Add a feature.
|
void |
MapLayer.addFeature(String uniqKey,
Feature feature) |
void |
MapLayer.addFeature(String uniqKey,
Feature feature,
FeatureStyle featureStyle) |
void |
MapLayer.addFeature(String uniqKey,
Feature feature,
String baseFeatureUniqKey,
String color) |
IOpenLayersMap |
AjaxOpenLayersMap.removeFeature(Feature feature)
Remove an feature.
|
Constructor and Description |
---|
AjaxOpenLayersMap(String id,
List<Layer> layers,
HashMap<String,String> options,
List<Feature> features) |
AjaxOpenLayersMap(String id,
List<Layer> layers,
HashMap<String,String> options,
List<Feature> features,
List<FeatureStyle> featureStyles) |
Modifier and Type | Class and Description |
---|---|
class |
LineString |
class |
Point |
class |
Polygon |
Copyright © 2015. All rights reserved.