#include <GRIB.h>
Public Methods | |
void | set (float lat1, float lon1, float lat2, float lon2, float dlon, float dlat) |
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 | dlat |
Latitude directional increment. | |
float | dlon |
Longitudinal directional increment. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_regular_latlon &g) |
Overloaded output to stream. |
Definition at line 531 of file GRIB.h.
|
Set grid parameters.
Definition at line 960 of file GRIB.cpp. References dlat, dlon, lat1, lat2, lon1, and lon2. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_regular_latlon(). |
|
Overloaded output to stream.
|
|
Latitude directional increment.
Definition at line 548 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitudinal directional increment.
Definition at line 549 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of first point.
Definition at line 544 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of last point.
Definition at line 546 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of first point.
Definition at line 545 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of last point.
Definition at line 547 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |