Uses of Class
org.wicketstuff.openlayers.api.feature.FeatureStyle
-
Packages that use FeatureStyle Package Description 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 Modifier and Type Method Description FeatureStyleMapLayer. getFeatureStyle(String uniqKey)Methods in org.wicketstuff.openlayers with parameters of type FeatureStyle Modifier and Type Method Description voidMapLayer. addFeature(String uniqKey, Feature feature, FeatureStyle featureStyle)IOpenLayersMapAjaxOpenLayersMap. addFeatureStyle(FeatureStyle featureStyle)Add a feature style.voidMapLayer. addFeatureStyle(String uniqKey, FeatureStyle featureStyle)IOpenLayersMapAjaxOpenLayersMap. removeFeatureStyle(FeatureStyle featureStyle) -
Uses of FeatureStyle in org.wicketstuff.openlayers.api.feature
Methods in org.wicketstuff.openlayers.api.feature that return FeatureStyle Modifier and Type Method Description FeatureStyleFeature. getFeatureStyle()Methods in org.wicketstuff.openlayers.api.feature with parameters of type FeatureStyle Modifier and Type Method Description voidFeature. setFeatureStyle(FeatureStyle featureStyle)Constructors in org.wicketstuff.openlayers.api.feature with parameters of type FeatureStyle Constructor Description 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)
-