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(java.util.List<Location> points, ShapeProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapPolylineaddPoint(Location location)MapPolylineaddPoints(java.util.List<Location> points)org.teamapps.dto.UiMapPolylinecreateUiMapShape()java.util.List<Location>getPoints()voidsetPoints(java.util.List<Location> points)-
Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientIdInternal, getProperties, mapAbstractUiShapeProperties, remove, setClientIdInternal, setListenerInternal
-
-
-
-
Constructor Detail
-
MapPolyline
public MapPolyline(java.util.List<Location> points, ShapeProperties properties)
-
-
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> points)
-
getPoints
public java.util.List<Location> getPoints()
-
setPoints
public void setPoints(java.util.List<Location> points)
-
-