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

GRIB_GRID_polar_stereographic Class Reference

Polar Stereographic grid parameters. More...

#include <GRIB.h>

List of all members.

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.


Detailed Description

Polar Stereographic grid parameters.

Definition at line 587 of file GRIB.h.


Member Function Documentation

void GRIB_GRID_polar_stereographic::set float    lat1,
float    lon1,
float    lov,
float    dx,
float    dy,
bool    pole
 

Set grid parameters.

Parameters:
lat1:  Latitude of first point
lon1:  Longitude of first point
lov:  Grid orientation: longitude parallel to y-axis
dx:  WE resolution in Km
dy:  SN resolution in Km
pole:  is North Pole on projection plan ?

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


Friends And Related Function Documentation

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

Overloaded output to stream.

Definition at line 1020 of file GRIB.cpp.


Member Data Documentation

float GRIB_GRID_polar_stereographic::dx
 

WE resolution in Km.

Definition at line 602 of file GRIB.h.

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

float GRIB_GRID_polar_stereographic::dy
 

SN resolution in Km.

Definition at line 603 of file GRIB.h.

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

float GRIB_GRID_polar_stereographic::lat1
 

Latitude of first point.

Definition at line 599 of file GRIB.h.

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

float GRIB_GRID_polar_stereographic::lon1
 

Longitude of first point.

Definition at line 600 of file GRIB.h.

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

float GRIB_GRID_polar_stereographic::lov
 

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

bool GRIB_GRID_polar_stereographic::pole
 

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


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