WinProp_ResultPlane

Data Fields

Detailed Description

Structure with results computed in plane. This structure is used for the mapping of all kinds of prediction results on a prediction plane. Prediction planes can be computed with the function WinProp_Predict_Plane.

Field Documentation

DataType
int WinProp_ResultPlane::DataType
Type of result in the matrix. See WinProp_Result::DataType
DataTransmissionMode
int WinProp_ResultPlane::DataTransmissionMode
Transmission mode or service to which this result belongs (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
DataCarrierID
int WinProp_ResultPlane::DataCarrierID
Carrier ID in case the result individual to a carrier (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
Columns
int WinProp_ResultPlane::Columns
Columns of result matrix
Lines
int WinProp_ResultPlane::Lines
Lines of result matrix
Matrix
PLANEPOINT ** WinProp_ResultPlane::Matrix
Array (x and y direction) with result information. Result information is available in PLANEPOINT for each pixel.
Origin
COORDPOINT WinProp_ResultPlane::Origin
Origin/reference point of the plane (lower left corner).
NormalVector
COORDPOINT WinProp_ResultPlane::NormalVector
Normal vector of plane/polygon
HeightOffset
double WinProp_ResultPlane::HeightOffset
Offset (meter) in case of topography
CoordSystem
void * WinProp_ResultPlane::CoordSystem
Information about coordinate system
Axis1
COORDPOINT WinProp_ResultPlane::Axis1
The first axis
Axis2
COORDPOINT WinProp_ResultPlane::Axis2
The second axis
Resolution1
double WinProp_ResultPlane::Resolution1
Resolution along axis 1
Resolution2
double WinProp_ResultPlane::Resolution2
Resolution along axis 2
UniqueDBID
int WinProp_ResultPlane::UniqueDBID
A unique number, identifying the for the computation used database.
Tx_Power
double WinProp_ResultPlane::Tx_Power
Power (dBm) of transmitter assigned to this result (Relevant for network planning).
Frequency
double WinProp_ResultPlane::Frequency
Frequency (MHz) of transmitter assigned to this result (Relevant for network planning).
The documentation was generated from the following file:
  • source.eng/Interface/WP_Result.h