WinProp_Area

Data Fields

double
LowerLeftX
double
LowerLeftY
double
UpperRightX
double
UpperRightY
double
Resolution
int
NrHeights
double *
Heights
void *
CoordSystem
int
HeightAbsolute

Detailed Description

This structure is used for the definition of the prediction area. It is passed to the function WinProp_Predict.

Field Documentation

LowerLeftX
double WinProp_Area::LowerLeftX
Lower left corner (X coordinate) of prediction area.
LowerLeftY
double WinProp_Area::LowerLeftY
Lower left corner (Y coordinate) of prediction area.
UpperRightX
double WinProp_Area::UpperRightX
Upper right corner (X coordinate) of prediction area.
UpperRightY
double WinProp_Area::UpperRightY
Upper right corner (Y coordinate) of prediction area.
Resolution
double WinProp_Area::Resolution
Resolution (meter).
NrHeights
int WinProp_Area::NrHeights
Number of prediction heights. Heights needs to be an array of this size.
Heights
double * WinProp_Area::Heights
Array with prediction heights (meter).See also NrHeights
CoordSystem
void * WinProp_Area::CoordSystem
Information about coordinate system. Set to NULL.
HeightAbsolute
int WinProp_Area::HeightAbsolute
Height definition of receiving antenna.
  • 0 = Height relative to ground
  • 1 = Height absolute to sea level
  • 2 = Height relative to floors
The documentation was generated from the following file:
  • source.eng/Interface/Engine.h