osgEarth 2.1.1
|
#include <osgEarth/Common>
#include <osgEarth/Units>
#include <osg/Referenced>
#include <osg/CoordinateSystemNode>
#include <osg/Vec3>
#include <OpenThreads/ReentrantMutex>
Go to the source code of this file.
Classes | |
class | osgEarth::SpatialReference |
Namespaces | |
namespace | osgEarth |
Defines | |
#define | OSGEARTH_SPATIAL_REFERENCE_H 1 |
Variables | |
const double | osgEarth::MERC_MINX = -2.00375e+007 |
const double | osgEarth::MERC_MINY = -2.00375e+007 |
const double | osgEarth::MERC_MAXX = 2.00375e+007 |
const double | osgEarth::MERC_MAXY = 2.00375e+007 |
const double | osgEarth::MERC_WIDTH = MERC_MAXX - MERC_MINX |
const double | osgEarth::MERC_HEIGHT = MERC_MAXY - MERC_MINY |
class OSGEARTH_EXPORT | osgEarth::GeoLocator |
#define OSGEARTH_SPATIAL_REFERENCE_H 1 |
Definition at line 20 of file SpatialReference.