Loading...
Searching...
No Matches
com.navigine.idl.java.Line Class Reference

A polyline with specified list of segments Segment. More...

Public Member Functions

 Line (ArrayList< Segment > segments)
 Default constructor for class Line.
 
ArrayList< SegmentgetSegments ()
 
String toString ()
 

Detailed Description

A polyline with specified list of segments Segment.

Referenced from PolylineMapObject.

Definition at line 18 of file Line.java.

Constructor & Destructor Documentation

◆ Line()

com.navigine.idl.java.Line.Line ( ArrayList< Segment > segments)
inline

Default constructor for class Line.

Definition at line 26 of file Line.java.

Member Function Documentation

◆ getSegments()

ArrayList< Segment > com.navigine.idl.java.Line.getSegments ( )
inline
Returns
List of segments to connect.

Definition at line 34 of file Line.java.

◆ toString()

String com.navigine.idl.java.Line.toString ( )
inline

Definition at line 39 of file Line.java.


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