Uses of Class
org.wicketstuff.openlayers.api.feature.Feature
-
Packages that use Feature Package Description org.wicketstuff.openlayers This package contains wicket Openlayers implementation.org.wicketstuff.openlayers.api.feature -
-
Uses of Feature in org.wicketstuff.openlayers
Methods in org.wicketstuff.openlayers that return Feature Modifier and Type Method Description FeatureMapLayer. getFeature(String uniqKey)Methods in org.wicketstuff.openlayers with parameters of type Feature Modifier and Type Method Description IOpenLayersMapAjaxOpenLayersMap. addFeature(Feature feature)Add a feature.voidMapLayer. addFeature(String uniqKey, Feature feature)voidMapLayer. addFeature(String uniqKey, Feature feature, String baseFeatureUniqKey, String color)voidMapLayer. addFeature(String uniqKey, Feature feature, FeatureStyle featureStyle)IOpenLayersMapAjaxOpenLayersMap. removeFeature(Feature feature)Remove an feature. -
Uses of Feature in org.wicketstuff.openlayers.api.feature
Subclasses of Feature in org.wicketstuff.openlayers.api.feature Modifier and Type Class Description classLineStringclassPointclassPolygon
-