![]() |
VR-Forces 4.7 Class Documentation
|
Abstract header parser class. More...

Public Types | |
| typedef std::list < makArchives::DtTerrainPatchRecord > | TerrainPatchRecords |
Public Member Functions | |
| DtHeaderParser (const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtHeaderParser () |
| DTOR. | |
| virtual bool | isValid ()=0 |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. | |
| virtual const std::string & | terrainCoordinateSystem () |
| Returns the terrain coordinate system parameter for use in creation of a model definition. | |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| Returns the terrain Coordinate System Parameters for use in creation of a model definition. | |
| virtual const std::string & | filePath () |
| Returns myFilePath. | |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords accessor. | |
Protected Attributes | |
| std::string | myFilePath |
| std::string | myTerrainCoordinateSystem |
| std::string | myTerrainCoordinateSystemParameters |
| TerrainPatchRecords | myTerrainPatchRecords |
Abstract header parser class.
| typedef std::list<makArchives::DtTerrainPatchRecord> makVrv::DtHeaderParser::TerrainPatchRecords |
| makVrv::DtHeaderParser::DtHeaderParser | ( | const std::string & | filePath | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implemented in makVrv::DtImageHeaderParser, makVrv::DtOpenFlightHeaderParser, makVrv::DtWktHeaderParser, makVrv::DtMetaFlightHeaderParser, makVrv::DtTerrainProjectHeaderParser, makVrv::DtTerrainToolkitHeaderParser, makVrv::DtStealthMtlHeaderParser, makVrv::DtGeoTiffHeaderParser, and makVrv::DtMetaFileHeaderParser.
|
virtual |
Returns the terrain coordinate system parameter for use in creation of a model definition.
|
virtual |
Returns the terrain Coordinate System Parameters for use in creation of a model definition.
|
virtual |
Returns myFilePath.
| const TerrainPatchRecords& makVrv::DtHeaderParser::terrainPatchRecords | ( | ) | const |
TerrainPatchRecords accessor.
|
protected |
|
protected |
|
protected |
|
protected |