Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

GRIB_GRID_spaceview Class Reference

Space View grid (meteorological satellites). More...

#include <GRIB.h>

List of all members.

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.


Detailed Description

Space View grid (meteorological satellites).

Definition at line 684 of file GRIB.h.


Member Function Documentation

void GRIB_GRID_spaceview::set float    lap,
float    lop,
float    dx,
float    dy,
float    Xp,
float    Yp,
float    orient,
float    Nr
 

Set grid parameters.

Parameters:
lap:  Latitude of sub-satellite point
lop:  Longitude of sub-satellite point
dx:  Apparent diameter of earth in grid lenght, X direction
dy:  Apparent diameter of earth in grid lenght, Y direction
Xp:  X-coordinate of sub-satellite point
Yp:  Y-coordinate of sub-satellite point
orient:  Grid orientation in mdeg
Nr:  Camera altitude from earth center in ER units

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().


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_spaceview &    g
[friend]
 

Overloaded output to stream.

Definition at line 1111 of file GRIB.cpp.


Member Data Documentation

float GRIB_GRID_spaceview::dx
 

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().

float GRIB_GRID_spaceview::dy
 

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().

float GRIB_GRID_spaceview::lap
 

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().

float GRIB_GRID_spaceview::lop
 

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().

float GRIB_GRID_spaceview::Nr
 

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().

float GRIB_GRID_spaceview::orient
 

Grid orientation in mdeg.

Definition at line 704 of file GRIB.h.

Referenced by GRIB_GRID::Encode(), operator<<(), set(), and GRIB_MESSAGE::set_grid().

float GRIB_GRID_spaceview::Xp
 

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().

float GRIB_GRID_spaceview::Yp
 

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().


The documentation for this class was generated from the following files:
Generated on Fri Sep 10 09:52:08 2004 for GRIBLIB by doxygen1.2.18