![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a part of the TSLMultiPolyline.
Public Member Functions | |
| TSLCoordSet * | coords () const |
| const TSLCoord * | coords (int &numCoords) const |
| double | length () const |
| TSLPolyline * | polyline () const |
| TSLCoordSet * TSLMultiPolylinePart::coords | ( | ) | const |
Return the coordinate set of this TSLMultiPartPolyline.
Note that the coordset returned is a copy of the internal version and is owned by the caller.
| const TSLCoord * TSLMultiPolylinePart::coords | ( | int & | numCoords | ) | const |
Return the coordinates for the TSLMultiPolylinePart.
| numCoords | returns the number of coordinates |
| double TSLMultiPolylinePart::length | ( | ) | const |
Returns the length of this TSLMultiPolylinePart.
| TSLPolyline * TSLMultiPolylinePart::polyline | ( | ) | const |
Extracts a TSLPolyline from the TSLMultiPolylinePart.
Note that the polyline returned is a copy of the internal version and is owned by the caller.