public class MappingBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
MappingBean()
Instantiates a new mapping bean.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clearMap()
Clear map.
|
java.lang.String |
getCenter()
Gets the center.
|
java.lang.String |
getColor()
Gets the color.
|
int |
getInterval()
Gets the interval.
|
java.lang.Double |
getLat()
Gets the lat.
|
java.lang.Double |
getLon()
Gets the lon.
|
Polyline |
getPolyLine()
Gets the poly line.
|
java.util.Collection<PositionJPA> |
getPositionscollection()
Gets the positionscollection.
|
java.lang.String |
getRealTime()
Gets the real time.
|
MapModel |
getSimpleModel()
Gets the simple model.
|
int |
getZoom()
Gets the zoom.
|
void |
init()
Inits the.
|
java.lang.String |
paintPositions()
Paint positions.
|
void |
setCenter(java.lang.String center)
Sets the center.
|
void |
setColor(java.lang.String color)
Sets the color.
|
void |
setInterval(int interval)
Sets the interval.
|
void |
setLat(java.lang.Double lat)
Sets the lat.
|
void |
setLon(java.lang.Double lon)
Sets the lon.
|
void |
setPolyLine(Polyline polyLine)
Sets the poly line.
|
void |
setPositionscollection(java.util.Collection<PositionJPA> positionscollection)
Sets the positionscollection.
|
void |
setSimpleModel(MapModel simpleModel)
Sets the simple model.
|
void |
setZoom(int zoom)
Sets the zoom.
|
public MapModel getSimpleModel()
public void setSimpleModel(MapModel simpleModel)
simpleModel
- the new simple modelpublic java.util.Collection<PositionJPA> getPositionscollection()
public void setPositionscollection(java.util.Collection<PositionJPA> positionscollection)
positionscollection
- the new positionscollectionpublic java.lang.String getCenter()
public void setCenter(java.lang.String center)
center
- the new centerpublic int getZoom()
public void setZoom(int zoom)
zoom
- the new zoompublic Polyline getPolyLine()
public void setPolyLine(Polyline polyLine)
polyLine
- the new poly linepublic java.lang.Double getLat()
public void setLat(java.lang.Double lat)
lat
- the new latpublic java.lang.Double getLon()
public void setLon(java.lang.Double lon)
lon
- the new lonpublic java.lang.String getColor()
public void setColor(java.lang.String color)
color
- the new colorpublic int getInterval()
public void setInterval(int interval)
interval
- the new intervalpublic java.lang.String clearMap()
@PostConstruct public void init()
public java.lang.String paintPositions()
public java.lang.String getRealTime()