Planet class is a Facade over ossimplanet or one GIS image.
More...
#include "base/module.hh"
#include "base/conf.hh"
#include "base/file.hh"
#include "base/stream.hh"
#include "glue/module.hh"
#include "math/module.hh"
#include "math/funcs.hh"
#include "math/funcs_vector.hh"
#include "object/module.hh"
#include "gfx/module.hh"
#include "gfx/rgb_colors.hh"
#include "graph/module.hh"
#include "graph/scene_graph.hh"
#include "world/module.hh"
#include "world/defs.hh"
#include "world/conf.hh"
#include "world/planet.hh"
#include "world/planet_ossim.hh"
Detailed Description
Planet class is a Facade over ossimplanet or one GIS image.
- LastChangedDate:
- 2011-04-23 21:07:07 -0400 (Sat, 23 Apr 2011)
- Author:
- Jim E. Brooks http://www.palomino3d.org
*
* Degrees vs. radians:
* --------------------
* osg::Ellipsoid is based on RADIANS.
* SphereVertex is based on Degrees.
* Relevant OSSIM methods are based on DEGREES.
*
* Latitude and longitude:
* -----------------------
* Latitude is in range {-90,..+90} degrees.
* Longitude is in range {-180,..,+180} degrees.
*
*
Define Documentation
| #define COMPILE_ALTITUDE_MSL 1 |
| #define NEED_PLANET_CLASS 1 |
| #define PAL_OSSIM_VERSION (OSSIM_MAJOR_VERSION_NUMBER * 10000 + OSSIM_MINOR_VERSION_NUMBER * 100 + OSSIM_RELEASE_NUMBER) |
| #define TEST_CONVERSION |
( |
|
LAT, |
|
|
|
LON, |
|
|
|
ALT | |
|
) |
| | |
| #define WORLD_OSSIM_VERBOSE 1 |
| #define WORLD_PLANET_OSSIM_CC 1 |