CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CtPointSet Class Reference

#import <CartoTypeRouter.h>

Inheritance diagram for CtPointSet:

Instance Methods

(id) - init:
 
(void) - append:
 
(int) - pointCount
 
(CtPoint- point:
 
(void *) - pointVector
 

Properties

CtCoordType coordType
 

Detailed Description

An ordered set of points.

Method Documentation

◆ append:

- (void) append: (CtPoint aPoint

Appends a point.

◆ init:

- (id) init: (CtCoordType aCoordType

Creates a CtPointSet with a given coordinate type.

◆ point:

- (CtPoint) point: (int)  aIndex

Returns the route point at a given index.

◆ pointCount

- (int) pointCount

Returns the number of points.

◆ pointVector

- (void *) pointVector

For internal use: returns a pointer to the point vector.

Property Documentation

◆ coordType

- (CtCoordType) coordType
readnonatomicassign

The coordinate type of the points.


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