osgEarth 2.1.1
|
#include <MapService.h>
Public Member Functions | |
MapServiceLayer (int id, const std::string &name) | |
int | getId () const |
const std::string & | getName () const |
Private Attributes | |
int | id |
std::string | name |
Definition at line 29 of file MapService.h.
MapServiceLayer::MapServiceLayer | ( | int | id, |
const std::string & | name | ||
) |
Definition at line 12 of file MapService.cpp.
int MapServiceLayer::getId | ( | ) | const |
Definition at line 21 of file MapService.cpp.
{ return id; }
const std::string & MapServiceLayer::getName | ( | ) | const |
Definition at line 26 of file MapService.cpp.
{ return name; }
int MapServiceLayer::id [private] |
Definition at line 39 of file MapService.h.
std::string MapServiceLayer::name [private] |
Definition at line 40 of file MapService.h.