|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::EGM96Geoid:
Collaboration diagram for osgEarth::EGM96Geoid:Public Member Functions | |
| EGM96Geoid () | |
The EGM96 geoid http://cddis.nasa.gov/926/egm96/egm96.html
| 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:
1.7.3