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

GRIB_GRID_lambert_conformal Class Reference

Lambert conformal grid parameters. More...

#include <GRIB.h>

List of all members.

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.


Detailed Description

Lambert conformal grid parameters.

Definition at line 614 of file GRIB.h.


Member Function Documentation

void GRIB_GRID_lambert_conformal::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.

Parameters:
lat1:  Latitude of first point
lon1:  Longitude of first point
lov:  Grid orientation: longitude parallel to y-axis
latin1:  First secant latitude
latin2:  Second secant latitude (= first if tangent)
latsp:  Latitude of south pole
lonsp:  Longitude of south pole
dx:  WE resolution in Km
dy:  SN resolution in Km
pole:  is North Pole on projection plan ?
bipolar:  is projection bipolar and symmetric ?

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


Friends And Related Function Documentation

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

Overloaded output to stream.

Definition at line 1052 of file GRIB.cpp.


Member Data Documentation

bool GRIB_GRID_lambert_conformal::bipolar
 

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

float GRIB_GRID_lambert_conformal::dx
 

WE resolution in Km.

Definition at line 641 of file GRIB.h.

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

float GRIB_GRID_lambert_conformal::dy
 

SN resolution in Km.

Definition at line 642 of file GRIB.h.

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

float GRIB_GRID_lambert_conformal::lat1
 

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

float GRIB_GRID_lambert_conformal::latin1
 

First secant latitude.

Definition at line 637 of file GRIB.h.

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

float GRIB_GRID_lambert_conformal::latin2
 

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

float GRIB_GRID_lambert_conformal::latsp
 

Latitude of south pole.

Definition at line 639 of file GRIB.h.

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

float GRIB_GRID_lambert_conformal::lon1
 

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

float GRIB_GRID_lambert_conformal::lonsp
 

Longitude of south pole.

Definition at line 640 of file GRIB.h.

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

float GRIB_GRID_lambert_conformal::lov
 

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

bool GRIB_GRID_lambert_conformal::pole
 

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


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