#include <GRIB.h>
Public Methods | |
| void | set (float lat1, float lon1, float lat2, float lon2, float dlon, float N) |
| Set grid parameters. | |
Public Attributes | |
| float | lat1 |
| Latitude of first point. | |
| float | lon1 |
| Longitude of first point. | |
| float | lat2 |
| Latitude of last point. | |
| float | lon2 |
| Longitude of last point. | |
| float | dlon |
| Longitudinal directional increment. | |
| float | N |
| number of latitude circles between a pole and the equator | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, GRIB_GRID_gaussian_latlon &g) |
| Overloaded output to stream. | |
Definition at line 559 of file GRIB.h.
|
||||||||||||||||||||||||||||
|
Set grid parameters.
Definition at line 985 of file GRIB.cpp. References dlon, lat1, lat2, lon1, lon2, and N. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_gaussian_latlon(). |
|
||||||||||||
|
Overloaded output to stream.
|
|
|
Longitudinal directional increment.
Definition at line 576 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Latitude of first point.
Definition at line 572 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Latitude of last point.
Definition at line 574 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Longitude of first point.
Definition at line 573 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Longitude of last point.
Definition at line 575 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
number of latitude circles between a pole and the equator
Definition at line 577 of file GRIB.h. Referenced by operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
1.2.18