#include <GRIB.h>
Public Methods | |
| void | set (float lat1, float lon1, float lov, float dx, float dy, bool pole) |
| Set grid parameters. | |
Public Attributes | |
| float | lat1 |
| Latitude of first point. | |
| float | lon1 |
| Longitude of first point. | |
| float | lov |
| Grid orientation: longitude parallel to y-axis. | |
| float | dx |
| WE resolution in Km. | |
| float | dy |
| SN resolution in Km. | |
| bool | pole |
| is North Pole on projection plan | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, GRIB_GRID_polar_stereographic &g) |
| Overloaded output to stream. | |
Definition at line 587 of file GRIB.h.
|
||||||||||||||||||||||||||||
|
Set grid parameters.
Definition at line 1008 of file GRIB.cpp. References dx, dy, lat1, lon1, lov, and pole. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_polar_stereo(). |
|
||||||||||||
|
Overloaded output to stream.
|
|
|
WE resolution in Km.
Definition at line 602 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
SN resolution in Km.
Definition at line 603 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Latitude of first point.
Definition at line 599 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Longitude of first point.
Definition at line 600 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Grid orientation: longitude parallel to y-axis.
Definition at line 601 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
is North Pole on projection plan
Definition at line 604 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
1.2.18