This struct defines a range of latitudes and longitudes.
More...
#include "../include/EarthRange.h"
|
float | min_lat |
|
float | max_lat |
|
float | min_lon |
|
float | max_lon |
|
This struct defines a range of latitudes and longitudes.
- Author
- Dan Vietor
◆ EarthRange() [1/2]
EarthRange::EarthRange |
( |
| ) |
|
Constructor
References init().
◆ EarthRange() [2/2]
EarthRange::EarthRange |
( |
float |
nlat, |
|
|
float |
xlat, |
|
|
float |
nlon, |
|
|
float |
xlon |
|
) |
| |
Constructor. Sets the values
- Parameters
-
nlat | Minimum latitude |
xlat | Maximum latitude |
nlon | Minimum longitude |
xlon | Maximum longitude |
References set().
◆ getMaxLat()
float WXP::EarthRange::getMaxLat |
( |
| ) |
|
|
inline |
◆ getMaxLon()
float WXP::EarthRange::getMaxLon |
( |
| ) |
|
|
inline |
◆ getMinLat()
float WXP::EarthRange::getMinLat |
( |
| ) |
|
|
inline |
◆ getMinLon()
float WXP::EarthRange::getMinLon |
( |
| ) |
|
|
inline |
◆ init()
◆ print()
int EarthRange::print |
( |
| ) |
|
◆ set()
int EarthRange::set |
( |
float |
nlat, |
|
|
float |
xlat, |
|
|
float |
nlon, |
|
|
float |
xlon |
|
) |
| |
Sets the values
- Parameters
-
nlat | Minimum latitude |
xlat | Maximum latitude |
nlon | Minimum longitude |
xlon | Maximum longitude |
Referenced by EarthRange().
The documentation for this struct was generated from the following files: