Loading...
Searching...
No Matches
com.navigine.idl.java.Placement Enum Reference

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.
 

Detailed Description

Enum defining the placement mode for points along a polyline.

Referenced from DottedPolylineMapObject.

Definition at line 16 of file Placement.java.

Member Data Documentation

◆ MIDPOINT

com.navigine.idl.java.Placement.MIDPOINT

Places points at the midpoint of each polyline segment.

Definition at line 24 of file Placement.java.

◆ SPACED

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.

◆ VERTEX

com.navigine.idl.java.Placement.VERTEX

Places points at each vertex of the polyline.

Definition at line 20 of file Placement.java.


The documentation for this enum was generated from the following file: