CartoType .NET API 8.8-7-gb35e4dc71
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 ()
 Returns the number of contours (sub-paths). More...
 
int PointCount (int aContourIndex)
 Returns the number of points in a contour. More...
 
PathPointPoint (int aContourIndex, int aPointIndex)
 Returns 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 ( )

Returns the number of contours (sub-paths).

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

◆ Point()

PathPoint ^ CartoType::Path::Point ( int  aContourIndex,
int  aPointIndex 
)

Returns 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)

Returns 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: