#include <GRIB.h>
Public Methods | |
void | set (float lat1, float lon1, float lat2, float lon2, float dx, float dy, float latin) |
Set grid parameters. | |
Public Attributes | |
float | lat1 |
Latitude of first grid point. | |
float | lon1 |
Longitude of first grid point. | |
float | lat2 |
Latitude of last grid point. | |
float | lon2 |
Longitude of last grid point. | |
float | dx |
WE resolution in Km. | |
float | dy |
SN resolution in Km. | |
float | latin |
Latitude of intersection with earth. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_mercator &g) |
Overloaded output to stream. |
Definition at line 654 of file GRIB.h.
|
Set grid parameters.
Definition at line 1069 of file GRIB.cpp. References dx, dy, lat1, lat2, latin, lon1, and lon2. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_mercator(). |
|
Overloaded output to stream.
|
|
WE resolution in Km.
Definition at line 672 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
SN resolution in Km.
Definition at line 673 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of first grid point.
Definition at line 668 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of last grid point.
Definition at line 670 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of intersection with earth.
Definition at line 674 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of first grid point.
Definition at line 669 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of last grid point.
Definition at line 671 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |