FSUIPC Client DLL
.NET interface for FSUIPC
FsPolygonIntersection Struct Reference

Holds information about the intersection point on the border of a FsLatLonPolygon. More...

Properties

bool Found [get]
 True if an intersection was found. False if no intersection was found.
 
bool InsidePolygon [get]
 True if the test point was inside the polygon. False if it was outside.
 
double DistanceToMetres [get]
 The distance to the intersection from the test point in metres. Value will be Double.NaN if no intersection was found.
 
double DistanceToFeet [get]
 The distance to the intersection from the test point in Feet. Value will be Double.NaN if no intersection was found.
 
double DistanceToNauticalMiles [get]
 The distance to the intersection from the test point in Nautical Miles. Value will be Double.NaN if no intersection was found.
 
FsLatLonPoint Point [get]
 The point on the polygon border where the intersection occurs.
 
FsLatLonLineSegment LineSegment [get]
 The line segment of the polygon border on which intersection occurs.
 

Detailed Description

Holds information about the intersection point on the border of a FsLatLonPolygon.

Property Documentation

◆ InsidePolygon

bool InsidePolygon
get

True if the test point was inside the polygon. False if it was outside.

If inside, any intersection found will be the point of leaving the polygon. If outside, any intersection found will be the point of entering the polygon.