List of all members.
Detailed Description
Definition at line 215 of file Euler.
Constructor & Destructor Documentation
seamless::EulerProfile::EulerProfile |
( |
| ) |
|
Definition at line 997 of file Euler.cpp.
: Profile(createEulerSRS(),
0.0, 0.0, 4.0, 4.0,
-180.0, -90.0, 180.0, 90.0,
0,
1, 1)
{
}
Member Function Documentation
Gets the cube face associated with a tile key (in cube srs).
Definition at line 1006 of file Euler.cpp.
{
int shiftVal = key.getLevelOfDetail() - 2;
int faceX = key.getTileX() >> shiftVal;
int faceY = key.getTileY() >> shiftVal;
if (faceY == 1)
return 4;
else if (faceY == 3)
return 5;
else
return faceX;
}
The documentation for this class was generated from the following files:
- /home/cube/sources/osgearth/src/osgEarthDrivers/engine_seamless/Euler
- /home/cube/sources/osgearth/src/osgEarthDrivers/engine_seamless/Euler.cpp