Class MapPolyline
- java.lang.Object
-
- org.teamapps.ux.component.map.shape.AbstractMapShape
-
- org.teamapps.ux.component.map.shape.MapPolyline
-
public class MapPolyline extends AbstractMapShape
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
AbstractMapShape.MapShapeListener
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
clientId, listener, properties
-
-
Constructor Summary
Constructors Constructor Description MapPolyline(ShapeProperties properties, java.util.List<Location> locations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapPolylineaddPoint(Location location)MapPolylineaddPoints(java.util.List<Location> locations)org.teamapps.dto.UiMapPolylinecreateUiMapShape()java.util.List<Location>getLocations()voidsetLocations(java.util.List<Location> locations)-
Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientId, getProperties, mapAbstractUiShapeProperties, remove, setClientId, setListener
-
-
-
-
Constructor Detail
-
MapPolyline
public MapPolyline(ShapeProperties properties, java.util.List<Location> locations)
-
-
Method Detail
-
createUiMapShape
public org.teamapps.dto.UiMapPolyline createUiMapShape()
- Specified by:
createUiMapShapein classAbstractMapShape
-
addPoint
public MapPolyline addPoint(Location location)
-
addPoints
public MapPolyline addPoints(java.util.List<Location> locations)
-
getLocations
public java.util.List<Location> getLocations()
-
setLocations
public void setLocations(java.util.List<Location> locations)
-
-