osgEarth 2.1.1
|
Public Member Functions | |
TileFormat () | |
unsigned int | getWidth () const |
void | setWidth (unsigned int width) |
unsigned int | getHeight () const |
void | setHeight (unsigned int height) |
const std::string & | getMimeType () const |
void | setMimeType (const std::string &mimeType) |
const std::string & | getExtension () const |
void | setExtension (const std::string &extension) |
Protected Attributes | |
unsigned int | _width |
unsigned int | _height |
std::string | _mimeType |
std::string | _extension |
const std::string& osgEarth::TileFormat::getExtension | ( | ) | const [inline] |
Gets the extension of a tile
Definition at line 87 of file TMS.
{return _extension;}
unsigned int osgEarth::TileFormat::getHeight | ( | ) | const [inline] |
const std::string& osgEarth::TileFormat::getMimeType | ( | ) | const [inline] |
unsigned int osgEarth::TileFormat::getWidth | ( | ) | const [inline] |
void osgEarth::TileFormat::setExtension | ( | const std::string & | extension | ) | [inline] |
Sets the extension of a tile
Definition at line 92 of file TMS.
{_extension = extension;}
void osgEarth::TileFormat::setHeight | ( | unsigned int | height | ) | [inline] |
void osgEarth::TileFormat::setMimeType | ( | const std::string & | mimeType | ) | [inline] |
void osgEarth::TileFormat::setWidth | ( | unsigned int | width | ) | [inline] |
std::string osgEarth::TileFormat::_extension [protected] |
unsigned int osgEarth::TileFormat::_height [protected] |
std::string osgEarth::TileFormat::_mimeType [protected] |
unsigned int osgEarth::TileFormat::_width [protected] |