Class MapMarker
java.lang.Object
org.jxmapviewer.viewer.GeoPosition
ru.bitel.bgbilling.kernel.map.bean.MapMarker
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DeviceMapMarker
public class MapMarker
extends org.jxmapviewer.viewer.GeoPosition
Представление координат конкретной точки на карте.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMapMarker(int id, String title, boolean showTitle, double latitude, double longitude, MouseListener mouseListener) MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener) MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener, String imagePath) MapMarker(MouseListener mouseListener, double latitude, double longitude)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetId()getTitle()booleanbooleanvoidsetClickListener(MouseListener clickListener) voidsetId(int id) voidsetImagePath(String imagePath) voidsetShowTitle(boolean showTitle) voidvoidsetVisible(boolean visible) Methods inherited from class org.jxmapviewer.viewer.GeoPosition
equals, getLatitude, getLongitude, hashCode, toString 
- 
Constructor Details
- 
MapMarker
 - 
MapMarker
public MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener)  - 
MapMarker
public MapMarker(int id, String title, double latitude, double longitude, MouseListener mouseListener, String imagePath)  - 
MapMarker
 - 
MapMarker
public MapMarker(int id, String title, boolean showTitle, double latitude, double longitude, MouseListener mouseListener)  
 - 
 - 
Method Details
- 
getId
public int getId() - 
setId
public void setId(int id)  - 
getTitle
 - 
setTitle
 - 
getClickListener
 - 
setClickListener
 - 
isShowTitle
public boolean isShowTitle() - 
setShowTitle
public void setShowTitle(boolean showTitle)  - 
isVisible
public boolean isVisible() - 
setVisible
public void setVisible(boolean visible)  - 
getImagePath
 - 
setImagePath
 
 -