Class to store radar site coordinate.
More...
#include <radarcoordlib/RadarSite.hpp>
Class to store radar site coordinate.
Constructor.
Inizialize radar site coordinates at
Lat : 0. N - Lon : 0. E - Height : 0. m - Antennatower height : 0. m
RadarSite::RadarSite |
( |
float |
latr, |
|
|
float |
lonr, |
|
|
float |
heightr, |
|
|
float |
aTH |
|
) |
| |
Constructor with radar coordinates passed.
- Parameters
-
latr | - Radar site Latitude |
lonr | - Radar site Longitude |
heightr | - Height above the msl of radar site (antenna tower not included) |
aTH | - Height of the electric antenna focus related above the surface |
float RadarSite::getAntennaTowerHeight |
( |
| ) |
|
get beam electromagnetic focus height above surface value
- Returns
- Height of the electric antenna focus related above the surface
float RadarSite::getHeightR |
( |
| ) |
|
get radar height above msl value
- Returns
- Height above the msl of radar site (antenna tower not included)
float RadarSite::getLatR |
( |
| ) |
|
get radar latitude value
- Returns
- Radar site Latitude
float RadarSite::getLonR |
( |
| ) |
|
get radar longitude value
- Returns
- Radar site Longitude
void RadarSite::setAntennaTowerHeight |
( |
float |
value | ) |
|
set beam electromagnetic focus height above surface value
\param value - Height of the electric antenna focus related above the surface
- Exceptions
-
void RadarSite::setHeightR |
( |
float |
value | ) |
|
set radar height above msl value
- Parameters
-
value | - Height above the msl of radar site (antenna tower not included) |
void RadarSite::setLatR |
( |
float |
value | ) |
|
set radar latitude value
- Parameters
-
value | - Radar site Latitude |
- Exceptions
-
void RadarSite::setLonR |
( |
float |
value | ) |
|
set radar longitude value
- Parameters
-
value | - Radar site Longitude |
- Exceptions
-
void RadarSite::setRadarCoord |
( |
float |
latr, |
|
|
float |
lonr, |
|
|
float |
heightr, |
|
|
float |
aTH |
|
) |
| |
Set radar coordinates.
- Parameters
-
[in] | latr | - Radar site Latitude |
[in] | lonr | - Radar site Longitude |
[in] | heightr | - Height above the msl of radar site (antenna tower not included) |
[in] | aTH | - Height of the electric antenna focus related above the surface |
float RadarSite::antennaTowerHeight |
|
private |
antennaTowerHeight
Height of the electric antenna focus related above the surface
float RadarSite::height_r |
|
private |
height_r
Height above the msl of radar position (antenna tower not included)
lat_r
Latitude of the radar place
- See Also
- checkLatitude
lon_r
Longitude of radar place
- See Also
- checkLongitude
The documentation for this class was generated from the following files: