osgEarth 2.1.1
Public Member Functions | Protected Attributes

osgEarth::TileSet Class Reference

List of all members.

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

Detailed Description

TMS tile set. A collection of tiled images at a given zoom level.

Definition at line 104 of file TMS.


Constructor & Destructor Documentation

TileSet::TileSet ( )

Definition at line 56 of file TMS.cpp.

                :
_unitsPerPixel(0.0),
_order(0)
{
}

Member Function Documentation

const std::string& osgEarth::TileSet::getHref ( ) const [inline]

Gets the reference link for this TileSet.

Definition at line 112 of file TMS.

{return _href;}
unsigned int osgEarth::TileSet::getOrder ( ) const [inline]

Gets the zoom level of this TileSet.

Definition at line 132 of file TMS.

{return _order;}
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]

Sets the reference link for this TileSet.

Definition at line 117 of file TMS.

{_href = href;}

Here is the caller graph for this function:

void osgEarth::TileSet::setOrder ( int  order) [inline]

Sets the zoom level of this TileSet.

Definition at line 137 of file TMS.

{_order = order;}

Here is the caller graph for this function:

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:


Member Data Documentation

std::string osgEarth::TileSet::_href [protected]

Definition at line 140 of file TMS.

unsigned int osgEarth::TileSet::_order [protected]

Definition at line 142 of file TMS.

Definition at line 141 of file TMS.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines