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

GRIB_GRID_regular_latlon Class Reference

Regular lat/lon grid parameters. More...

#include <GRIB.h>

List of all members.

Public Methods

void set (float lat1, float lon1, float lat2, float lon2, float dlon, float dlat)
 Set grid parameters.


Public Attributes

float lat1
 Latitude of first point.

float lon1
 Longitude of first point.

float lat2
 Latitude of last point.

float lon2
 Longitude of last point.

float dlat
 Latitude directional increment.

float dlon
 Longitudinal directional increment.


Friends

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


Detailed Description

Regular lat/lon grid parameters.

Definition at line 531 of file GRIB.h.


Member Function Documentation

void GRIB_GRID_regular_latlon::set float    lat1,
float    lon1,
float    lat2,
float    lon2,
float    dlon,
float    dlat
 

Set grid parameters.

Parameters:
lat1:  Latitude of first point
lon1:  Longitude of first point
lat2:  Latitude of last point
lon2:  Longitude of last point
dlat:  Latitude directional increment
dlon:  Longitude directional increment

Definition at line 960 of file GRIB.cpp.

References dlat, dlon, lat1, lat2, lon1, and lon2.

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


Friends And Related Function Documentation

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

Overloaded output to stream.

Definition at line 973 of file GRIB.cpp.


Member Data Documentation

float GRIB_GRID_regular_latlon::dlat
 

Latitude directional increment.

Definition at line 548 of file GRIB.h.

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

float GRIB_GRID_regular_latlon::dlon
 

Longitudinal directional increment.

Definition at line 549 of file GRIB.h.

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

float GRIB_GRID_regular_latlon::lat1
 

Latitude of first point.

Definition at line 544 of file GRIB.h.

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

float GRIB_GRID_regular_latlon::lat2
 

Latitude of last point.

Definition at line 546 of file GRIB.h.

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

float GRIB_GRID_regular_latlon::lon1
 

Longitude of first point.

Definition at line 545 of file GRIB.h.

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

float GRIB_GRID_regular_latlon::lon2
 

Longitude of last point.

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