Enum defining the placement mode for points along a polyline. More...
Public Attributes | |
VERTEX | |
Places points at each vertex of the polyline. | |
MIDPOINT | |
Places points at the midpoint of each polyline segment. | |
SPACED | |
Places points at regular intervals along the polyline, controlled by spacing parameters. | |
Enum defining the placement mode for points along a polyline.
Referenced from DottedPolylineMapObject.
Definition at line 16 of file Placement.java.
com.navigine.idl.java.Placement.MIDPOINT |
Places points at the midpoint of each polyline segment.
Definition at line 24 of file Placement.java.
com.navigine.idl.java.Placement.SPACED |
Places points at regular intervals along the polyline, controlled by spacing parameters.
Definition at line 28 of file Placement.java.
com.navigine.idl.java.Placement.VERTEX |
Places points at each vertex of the polyline.
Definition at line 20 of file Placement.java.