![]() |
VR-Forces 4.10 Class Documentation
|
DtOsgEarthHeaderParser parses coordinate system info from osgEarth file. More...

Public Member Functions | |
| virtual | ~DtOsgEarthHeaderParser () |
| DTOR. More... | |
| virtual bool | isValid () |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. More... | |
Public Member Functions inherited from makVrv::DtHeaderParser | |
| DtHeaderParser (const std::string &filePath) | |
| CTOR. More... | |
| virtual | ~DtHeaderParser () |
| DTOR. More... | |
| virtual const std::string & | terrainCoordinateSystem () |
| Returns the terrain coordinate system parameter for use in creation of a model definition. More... | |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| Returns the terrain Coordinate System Parameters for use in creation of a model definition. More... | |
| virtual const std::string & | filePath () |
| Returns myFilePath. More... | |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords const accessor. More... | |
| TerrainPatchRecords & | terrainPatchRecords () |
| TerrainPatchRecords accessor. More... | |
Protected Member Functions | |
| DtOsgEarthHeaderParser (const std::string &filePath) | |
| Protected Constructor. More... | |
Private Member Functions | |
| DtOsgEarthHeaderParser () | |
| Private default constructor. More... | |
Friends | |
| class | DtOsgEarthHeaderParserCreator |
Additional Inherited Members | |
Public Types inherited from makVrv::DtHeaderParser | |
| typedef std::list < makArchives::DtTerrainPatchRecord > | TerrainPatchRecords |
Protected Attributes inherited from makVrv::DtHeaderParser | |
| std::string | myFilePath |
| std::string | myTerrainCoordinateSystem |
| std::string | myTerrainCoordinateSystemParameters |
| TerrainPatchRecords | myTerrainPatchRecords |
DtOsgEarthHeaderParser parses coordinate system info from osgEarth file.
|
virtual |
DTOR.
|
protected |
Protected Constructor.
Use DtOsgEarthHeaderParserCreator to create instances of this class
|
private |
Private default constructor.
|
virtual |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implements makVrv::DtHeaderParser.
|
friend |