MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLMultiPolylinePart Class Reference

Detailed Description

This class represents a part of the TSLMultiPolyline.

Public Member Functions

TSLCoordSetcoords () const
 
const TSLCoordcoords (int &numCoords) const
 
double length () const
 
TSLPolylinepolyline () const
 

Member Function Documentation

◆ coords() [1/2]

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.

◆ coords() [2/2]

const TSLCoord * TSLMultiPolylinePart::coords ( int & numCoords) const

Return the coordinates for the TSLMultiPolylinePart.

Parameters
numCoordsreturns the number of coordinates

◆ length()

double TSLMultiPolylinePart::length ( ) const

Returns the length of this TSLMultiPolylinePart.

◆ polyline()

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.