Class 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 Detail

    • Method Detail

      • init

        protected void init​(Object... values)
      • addMarker

        public void addMarker​(String uniqKey,
                              Marker marker)
      • removeMarker

        public void removeMarker​(String uniqKey)
      • addFeature

        public void addFeature​(String uniqKey,
                               Feature feature)
      • removeFeature

        public void removeFeature​(String uniqKey)
      • addFeatureStyle

        public void addFeatureStyle​(String uniqKey,
                                    FeatureStyle featureStyle)
      • removeFeatureStyle

        public void removeFeatureStyle​(String uniqKey)
      • setCenter

        public void setCenter​(IMapCenter mapCenter)
      • setCenter

        public void setCenter​(Double longitude,
                              Double latitude)
      • 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()
      • reset

        public void reset()
      • cleanMapPanel

        public void cleanMapPanel​(Object... values)
      • getMarkerIdList

        public final Set<String> getMarkerIdList()
      • getFeatureIdList

        public final Set<String> getFeatureIdList()
      • getFeatureStyleIdList

        public final Set<String> getFeatureStyleIdList()