#include <GRIB.h>
Public Methods | |
| void | set (float lap, float lop, float dx, float dy, float Xp, float Yp, float orient, float Nr) |
| Set grid parameters. | |
Public Attributes | |
| float | lap |
| Latitude of sub-satellite point. | |
| float | lop |
| Longitude of sub-satellite point. | |
| float | dx |
| Apparent diameter of earth in grid lenght, X direction. | |
| float | dy |
| Apparent diameter of earth in grid lenght, Y direction. | |
| float | Xp |
| X-coordinate of sub-satellite point. | |
| float | Yp |
| Y-coordinate of sub-satellite point. | |
| float | orient |
| Grid orientation in mdeg. | |
| float | Nr |
| Camera altitude from earth center in ER units. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, GRIB_GRID_spaceview &g) |
| Overloaded output to stream. | |
Definition at line 684 of file GRIB.h.
|
||||||||||||||||||||||||||||||||||||
|
Set grid parameters.
Definition at line 1097 of file GRIB.cpp. References dx, dy, lap, lop, Nr, orient, Xp, and Yp. Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_spaceview(). |
|
||||||||||||
|
Overloaded output to stream.
|
|
|
Apparent diameter of earth in grid lenght, X direction.
Definition at line 700 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Apparent diameter of earth in grid lenght, Y direction.
Definition at line 701 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Latitude of sub-satellite point.
Definition at line 698 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Longitude of sub-satellite point.
Definition at line 699 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Camera altitude from earth center in ER units.
Definition at line 705 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Grid orientation in mdeg.
Definition at line 704 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
X-coordinate of sub-satellite point.
Definition at line 702 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
|
|
Y-coordinate of sub-satellite point.
Definition at line 703 of file GRIB.h. Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid(). |
1.2.18