osgEarth 2.1.1
Public Member Functions

osgEarth::EGM96Geoid Struct Reference

Inheritance diagram for osgEarth::EGM96Geoid:
Collaboration diagram for osgEarth::EGM96Geoid:

List of all members.

Public Member Functions

 EGM96Geoid ()

Detailed Description

The EGM96 geoid http://cddis.nasa.gov/926/egm96/egm96.html

Definition at line 31 of file EGM.


Constructor & Destructor Documentation

EGM96Geoid::EGM96Geoid ( )

Definition at line 64981 of file EGM.cpp.

{
    GeoExtent e( SpatialReference::create( "epsg:4326" ), 0.0, -90.0, 360.0, 90.0 );
    setName( "egm96-meters" );
    setHeightField( GeoHeightField( new EGM96HF(), e, 0L ) );
    setUnits( Units::METERS );
}

Here is the call graph for this function:


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines