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

Packages that use FeatureStyle
org.wicketstuff.openlayers This package contains wicket Openlayers implementation. 
org.wicketstuff.openlayers.api.feature   
 

Uses of FeatureStyle in org.wicketstuff.openlayers
 

Methods in org.wicketstuff.openlayers that return FeatureStyle
 FeatureStyle MapLayer.getFeatureStyle(String uniqKey)
           
 

Methods in org.wicketstuff.openlayers with parameters of type FeatureStyle
 void MapLayer.addFeature(String uniqKey, Feature feature, FeatureStyle featureStyle)
           
 IOpenLayersMap AjaxOpenLayersMap.addFeatureStyle(FeatureStyle featureStyle)
          Add a feature style.
 void MapLayer.addFeatureStyle(String uniqKey, FeatureStyle featureStyle)
           
 IOpenLayersMap AjaxOpenLayersMap.removeFeatureStyle(FeatureStyle featureStyle)
           
 

Constructor parameters in org.wicketstuff.openlayers with type arguments of type FeatureStyle
AjaxOpenLayersMap(String id, List<Layer> layers, HashMap<String,String> options, List<Feature> features, List<FeatureStyle> featureStyles)
           
 

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

Methods in org.wicketstuff.openlayers.api.feature that return FeatureStyle
 FeatureStyle Feature.getFeatureStyle()
           
 

Methods in org.wicketstuff.openlayers.api.feature with parameters of type FeatureStyle
 void Feature.setFeatureStyle(FeatureStyle featureStyle)
           
 

Constructors in org.wicketstuff.openlayers.api.feature with parameters of type FeatureStyle
Feature(FeatureStyle featureStyle)
           
Feature(FeatureStyle featureStyle, IOpenLayersMap map)
           
FeatureStyle(FeatureStyle extendStyle)
           
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle)
           
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle, IOpenLayersMap map)
           
Point(com.vividsolutions.jts.geom.Coordinate coordinate, FeatureStyle featureStyle)
           
Point(com.vividsolutions.jts.geom.Coordinate coordinate, FeatureStyle featureStyle, IOpenLayersMap map)
           
Polygon(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle)
           
Polygon(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle, IOpenLayersMap map)
           
 



Copyright © 2008-2012. All Rights Reserved.