Uses of Class
org.wicketstuff.openlayers.api.feature.Feature

Packages that use Feature
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
 Feature MapLayer.getFeature(String uniqKey)
           
 

Methods in org.wicketstuff.openlayers with parameters of type Feature
 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 parameters in org.wicketstuff.openlayers with type arguments of type Feature
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)
           
 

Uses of Feature in org.wicketstuff.openlayers.api.feature
 

Subclasses of Feature in org.wicketstuff.openlayers.api.feature
 class LineString
           
 class Point
           
 class Polygon
           
 



Copyright © 2008-2012. All Rights Reserved.