FSUIPC Client DLL
.NET interface for FSUIPC
|
Represents an circular area in FS defined with a centre Lat, Lon point and a radius. More...
Public Member Functions | |
FsLatLonCircle (FsLatLonPoint Centre, double RadiusInNauticalMiles) | |
Constructs a new FsLatLonCircle from a central FSLatLonPoint and a Radius in Nautical Miles. To specify the radius in Feet or Metres use one of the static factory methods (FsLatLonCircle.FromFeet or FsLatLonCircle.FromMetres). | |
bool | ContainsPoint (FsLatLonPoint Point) |
Calculates whether or not the given point in contained in this circle. | |
Static Public Member Functions | |
static FsLatLonCircle | FromFeet (FsLatLonPoint Centre, double RadiusInFeet) |
Creates a new circular area from a central FsLatLonPoint and a Radius in Feet. | |
static FsLatLonCircle | FromMetres (FsLatLonPoint Centre, double RadiusInMetres) |
Creates a new circular area from a central FsLatLonPoint and a Radius in Metres. | |
static FsLatLonCircle | FromNauticalMiles (FsLatLonPoint Centre, double RadiusInNauticalMiles) |
Creates a new circular area from a central FsLatLonPoint and a Radius in Nautical Miles. | |
Properties | |
FsLatLonPoint | Centre [get, set] |
A FsLatLonPoint representing the centre of the circle. | |
double | RadiusMetres [get] |
The Radius of the circle in Metres. | |
double | RadiusFeet [get, set] |
The Radius of the circle in Feet. | |
double | RadiusNauticalMiles [get] |
The Radius of the circle in Nautical Miles. | |
Represents an circular area in FS defined with a centre Lat, Lon point and a radius.
|
inline |
Constructs a new FsLatLonCircle from a central FSLatLonPoint and a Radius in Nautical Miles. To specify the radius in Feet or Metres use one of the static factory methods (FsLatLonCircle.FromFeet or FsLatLonCircle.FromMetres).
Centre | An FsLatLonPoint representing the centre of the circular area |
RadiusInNauticalMiles | The Radius of the circle in nautical miles |
|
inline |
Calculates whether or not the given point in contained in this circle.
Point | The point to test |
|
inlinestatic |
Creates a new circular area from a central FsLatLonPoint and a Radius in Feet.
Centre | An FsLatLonPoint representing the centre of the circular area |
RadiusInFeet | The Radius of the circle in Feet |
|
inlinestatic |
Creates a new circular area from a central FsLatLonPoint and a Radius in Metres.
Centre | An FsLatLonPoint representing the centre of the circular area |
RadiusInMetres | The Radius of the circle in Metres |
|
inlinestatic |
Creates a new circular area from a central FsLatLonPoint and a Radius in Nautical Miles.
Centre | An FsLatLonPoint representing the centre of the circular area |
RadiusInNauticalMiles | The Radius of the circle in Nautical Miles |