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

GRIB_GRID_mercator Class Reference

Mercator grid parameters. More...

#include <GRIB.h>

List of all members.

Public Methods

void set (float lat1, float lon1, float lat2, float lon2, float dx, float dy, float latin)
 Set grid parameters.


Public Attributes

float lat1
 Latitude of first grid point.

float lon1
 Longitude of first grid point.

float lat2
 Latitude of last grid point.

float lon2
 Longitude of last grid point.

float dx
 WE resolution in Km.

float dy
 SN resolution in Km.

float latin
 Latitude of intersection with earth.


Friends

std::ostream & operator<< (std::ostream &os, GRIB_GRID_mercator &g)
 Overloaded output to stream.


Detailed Description

Mercator grid parameters.

Definition at line 654 of file GRIB.h.


Member Function Documentation

void GRIB_GRID_mercator::set float    lat1,
float    lon1,
float    lat2,
float    lon2,
float    dx,
float    dy,
float    latin
 

Set grid parameters.

Parameters:
lat1:  Latitude of first point
lon1:  Longitude of first point
lat2:  Latitude of last point
lon2:  Longitude of last point
dx:  WE resolution in Km
dy:  SN resolution in Km
latin:  Latitude of intersection with earth

Definition at line 1069 of file GRIB.cpp.

References dx, dy, lat1, lat2, latin, lon1, and lon2.

Referenced by GRIB_GRID::Decode(), and GRIB_GRID::set_mercator().


Friends And Related Function Documentation

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

Overloaded output to stream.

Definition at line 1083 of file GRIB.cpp.


Member Data Documentation

float GRIB_GRID_mercator::dx
 

WE resolution in Km.

Definition at line 672 of file GRIB.h.

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

float GRIB_GRID_mercator::dy
 

SN resolution in Km.

Definition at line 673 of file GRIB.h.

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

float GRIB_GRID_mercator::lat1
 

Latitude of first grid point.

Definition at line 668 of file GRIB.h.

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

float GRIB_GRID_mercator::lat2
 

Latitude of last grid point.

Definition at line 670 of file GRIB.h.

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

float GRIB_GRID_mercator::latin
 

Latitude of intersection with earth.

Definition at line 674 of file GRIB.h.

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

float GRIB_GRID_mercator::lon1
 

Longitude of first grid point.

Definition at line 669 of file GRIB.h.

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

float GRIB_GRID_mercator::lon2
 

Longitude of last grid point.

Definition at line 671 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