CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TPathIntersectionInfo Class Reference

#include <cartotype_path.h>

Public Attributes

TPathIntersectionType iType = TPathIntersectionType::Unknown
 
double iDistance = 0
 
TPointFP iNearest1
 
TPointFP iNearest2
 

Detailed Description

Information about the intersection of two paths and their distance apart.

Member Data Documentation

◆ iDistance

double CartoType::TPathIntersectionInfo::iDistance = 0

The distance between the paths. The units are meters for functions involving map objects, otherwise they are the units used by the paths.

◆ iNearest1

TPointFP CartoType::TPathIntersectionInfo::iNearest1

The nearest point on the first path. The units are latitude and longitude for functions involving map objects, otherwise they are the units used by the paths.

◆ iNearest2

TPointFP CartoType::TPathIntersectionInfo::iNearest2

The nearest point on the second path. The units are latitude and longitude for functions involving map objects, otherwise they are the units used by the paths.

◆ iType

TPathIntersectionType CartoType::TPathIntersectionInfo::iType = TPathIntersectionType::Unknown

The intersection type.


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