Package org.wicketstuff.openlayers
Class MapLayer
- java.lang.Object
-
- org.wicketstuff.openlayers.MapLayer
-
- All Implemented Interfaces:
Serializable
public class MapLayer extends Object implements Serializable
This is experimental! It might be deleted without notice!- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapLayer(IMapCenter init_location, Object... values)
-
Method Summary
-
-
-
Constructor Detail
-
MapLayer
public MapLayer(IMapCenter init_location, Object... values)
-
-
Method Detail
-
init
protected void init(Object... values)
-
removeMarker
public void removeMarker(String uniqKey)
-
addFeature
public void addFeature(String uniqKey, Feature feature, String baseFeatureUniqKey, String color)
-
addFeature
public void addFeature(String uniqKey, Feature feature, FeatureStyle featureStyle)
-
removeFeature
public void removeFeature(String uniqKey)
-
addFeatureStyle
public void addFeatureStyle(String uniqKey, FeatureStyle featureStyle)
-
getFeatureStyle
public FeatureStyle getFeatureStyle(String uniqKey)
-
removeFeatureStyle
public void removeFeatureStyle(String uniqKey)
-
setCenter
public void setCenter(IMapCenter mapCenter)
-
setCenter
public void setCenter(LonLat center)
-
getCenter
public LonLat getCenter()
-
setZoom
public void setZoom(Integer zoom)
-
getZoom
public Integer getZoom()
-
setBusinessLogicProjection
public void setBusinessLogicProjection(String businessLogicProjection)
-
getBusinessLogicProjection
public String getBusinessLogicProjection()
-
setMarkersLayerName
public void setMarkersLayerName(String markersLayerName)
-
getMarkersLayerName
public String getMarkersLayerName()
-
updateInitLocation
public void updateInitLocation()
-
getMapPanel
public AjaxOpenLayersMap getMapPanel(String id, List<Layer> layers, HashMap<String,String> options)
-
getMapPanel
public AjaxOpenLayersMap getMapPanel()
-
reset
public void reset()
-
cleanMapPanel
public void cleanMapPanel(Object... values)
-
-