osgEarth 2.1.1
Public Member Functions | Private Attributes

MapServiceLayer Class Reference

#include <MapService.h>

List of all members.

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

Detailed Description

Definition at line 29 of file MapService.h.


Constructor & Destructor Documentation

MapServiceLayer::MapServiceLayer ( int  id,
const std::string &  name 
)

Definition at line 12 of file MapService.cpp.

                                                           :
id( in_id ),
name( in_name )
{
    //NOP
}

Member Function Documentation

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;
}

Member Data Documentation

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.


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