CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | List of all members
CartoType::Path Interface Reference

A path defining a set of open and closed curves. More...

#include <CartoTypeGeometry.h>

Inheritance diagram for CartoType::Path:
CartoType::Geometry CartoType::MapObject CartoType::Route CartoType::RouteSegment

Public Member Functions

int ContourCount ()
 Gets the number of contours (sub-paths). More...
 
int PointCount (int aContourIndex)
 Gets the number of points in a contour. More...
 
void GetPoint (int aContourIndex, int aPointIndex, PathPoint^ aPoint)
 Gets a point given its contour and point indexes. More...
 

Detailed Description

A path defining a set of open and closed curves.

Member Function Documentation

◆ ContourCount()

int CartoType::Path::ContourCount ( )

Gets the number of contours (sub-paths).

Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.

◆ GetPoint()

void CartoType::Path::GetPoint ( int  aContourIndex,
int  aPointIndex,
PathPoint aPoint 
)

Gets a point given its contour and point indexes.

Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.

◆ PointCount()

int CartoType::Path::PointCount ( int  aContourIndex)

Gets the number of points in a contour.

Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.


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