|
osgEarth 2.1.1
|
Public Member Functions | |
| TileSet () | |
| const std::string & | getHref () const |
| void | setHref (const std::string &href) |
| double | getUnitsPerPixel () const |
| void | setUnitsPerPixel (double unitsPerPixel) |
| unsigned int | getOrder () const |
| void | setOrder (int order) |
Protected Attributes | |
| std::string | _href |
| double | _unitsPerPixel |
| unsigned int | _order |
TMS tile set. A collection of tiled images at a given zoom level.
| TileSet::TileSet | ( | ) |
Definition at line 56 of file TMS.cpp.
: _unitsPerPixel(0.0), _order(0) { }
| const std::string& osgEarth::TileSet::getHref | ( | ) | const [inline] |
| unsigned int osgEarth::TileSet::getOrder | ( | ) | const [inline] |
| double osgEarth::TileSet::getUnitsPerPixel | ( | ) | const [inline] |
Gets the units per pixel for this TileSet.
Definition at line 122 of file TMS.
{return _unitsPerPixel;}
| void osgEarth::TileSet::setHref | ( | const std::string & | href | ) | [inline] |
| void osgEarth::TileSet::setOrder | ( | int | order | ) | [inline] |
| void osgEarth::TileSet::setUnitsPerPixel | ( | double | unitsPerPixel | ) | [inline] |
Sets the units per pixel for this TileSet.
Definition at line 127 of file TMS.
{_unitsPerPixel = unitsPerPixel;}
Here is the caller graph for this function:std::string osgEarth::TileSet::_href [protected] |
unsigned int osgEarth::TileSet::_order [protected] |
double osgEarth::TileSet::_unitsPerPixel [protected] |
1.7.3