#include <GRIB.h>
Public Methods | |
void | set (float lat1, float lon1, float lov, float latin1, float latin2, float latsp, float lonsp, float dx, float dy, bool pole, bool bipolar) |
Set grid parameters. | |
Public Attributes | |
float | lat1 |
Latitude of first grid point. | |
float | lon1 |
Longitude of first grid point. | |
float | lov |
Grid orientation: longitude parallel to y-axis. | |
float | latin1 |
First secant latitude. | |
float | latin2 |
Second secant latitude (= first if tangent). | |
float | latsp |
Latitude of south pole. | |
float | lonsp |
Longitude of south pole. | |
float | dx |
WE resolution in Km. | |
float | dy |
SN resolution in Km. | |
bool | pole |
is North Pole on projection plan | |
bool | bipolar |
is projection bipolar and symmetric | |
Friends | |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_lambert_conformal &g) |
Overloaded output to stream. |
Definition at line 614 of file GRIB.h.
|
Set grid parameters.
Definition at line 1032 of file GRIB.cpp. References bipolar, dx, dy, lat1, latin1, latin2, latsp, lon1, lonsp, lov, and pole. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_lambert_conformal(). |
|
Overloaded output to stream.
|
|
is projection bipolar and symmetric
Definition at line 644 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
WE resolution in Km.
Definition at line 641 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
SN resolution in Km.
Definition at line 642 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of first grid point.
Definition at line 634 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
First secant latitude.
Definition at line 637 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Second secant latitude (= first if tangent).
Definition at line 638 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Latitude of south pole.
Definition at line 639 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of first grid point.
Definition at line 635 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
Longitude of south pole.
Definition at line 640 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 636 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 643 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |