public class Polyline extends java.lang.Object implements IPolyline, java.io.Serializable
| Constructor and Description |
|---|
Polyline() |
Polyline(IPolyline polyLineToBeCopied) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.awt.geom.Point2D> |
getPoints()
Gets all points of a polyline.
|
public Polyline()
public Polyline(IPolyline polyLineToBeCopied)
public java.util.List<java.awt.geom.Point2D> getPoints()
IPolylineIMapObject.