![]() |
VR-Forces 5.0.1 Developer's Guide
|
Used to map soil types to OSG Earth Landcover strings.
Public Member Functions | |
| DtVrfSoilToOsgEarthLandCoverMap () | |
| DtVrfSoilToOsgEarthLandCoverMap (const DtVrfSoilToOsgEarthLandCoverMap &clone) | |
| ~DtVrfSoilToOsgEarthLandCoverMap () | |
| std::string | getOsgLandCoverFromSoilTypeEnum (int soilType) const |
| bool | isInitialized () const |
Protected Types | |
| typedef std::map< std::string, std::string > | SoilToOsgLandCoverStrMap |
Protected Member Functions | |
| bool | init () |
Protected Attributes | |
| SoilToOsgLandCoverStrMap | mySoilToOsgLandCoverStrMap |
| bool | myIsInitialized |
|
protected |
| DtVrfSoilToOsgEarthLandCoverMap::DtVrfSoilToOsgEarthLandCoverMap | ( | ) |
| DtVrfSoilToOsgEarthLandCoverMap::DtVrfSoilToOsgEarthLandCoverMap | ( | const DtVrfSoilToOsgEarthLandCoverMap & | clone | ) |
| DtVrfSoilToOsgEarthLandCoverMap::~DtVrfSoilToOsgEarthLandCoverMap | ( | ) |
| std::string DtVrfSoilToOsgEarthLandCoverMap::getOsgLandCoverFromSoilTypeEnum | ( | int | soilType | ) | const |
Returns the landcover string for the soil type.
| bool DtVrfSoilToOsgEarthLandCoverMap::isInitialized | ( | ) | const |
|
protected |
|
protected |
|
protected |