CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Properties | List of all members
CartoType::PathIntersectionInfo Class Reference

Information about the intersection of two paths and their distance apart. For functions involving map objects, distances are meters and positions are latitude and longitude. More...

#include <CartoTypeGeometry.h>

Properties

PathIntersectionType Type
 The intersection type.
 
double Distance
 The distance between the paths.
 
double NearestX1
 The X coordinate of the nearest point on the first path.
 
double NearestY1
 The Y coordinate of the nearest point on the first path.
 
double NearestX2
 The X coordinate of the nearest point on the second path.
 
double NearestY2
 The Y coordinate of the nearest point on the second path.
 

Detailed Description

Information about the intersection of two paths and their distance apart. For functions involving map objects, distances are meters and positions are latitude and longitude.


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