![]() |
VR-Forces 4.0.4 Class Documentation
|
DtGeoTiffHeaderParser parses geo tiff files for their extents. More...

Public Member Functions | |
| DtGeoTiffHeaderParser (DtDe &de, const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtGeoTiffHeaderParser () |
| DTOR. | |
| virtual bool | isValid () |
| Returns true if the file was loaded and the extent can be discovered. | |
| virtual bool | geotiffExtent (const char *filename, double *sw_x, double *sw_y, double *ne_x, double *ne_y) |
| Returns corners of geotiff (in radians) of supplied geotiff file. | |
Protected Types | |
| typedef const char *(* | CSVFileCallbackFP )(const char *) |
Static Protected Member Functions | |
| static const char * | csvFileCallback (const char *) |
| Custom callback for geotiff to load csv files from our own directory. | |
Static Protected Attributes | |
| static std::string | theCsvFilePath |
| Path to csv directory; needs to be set according to the de's appdata. | |
DtGeoTiffHeaderParser parses geo tiff files for their extents.
typedef const char*(* makVrv::DtGeoTiffHeaderParser::CSVFileCallbackFP)(const char *) [protected] |
| makVrv::DtGeoTiffHeaderParser::DtGeoTiffHeaderParser | ( | DtDe & | de, |
| const std::string & | filePath | ||
| ) |
CTOR.
| virtual makVrv::DtGeoTiffHeaderParser::~DtGeoTiffHeaderParser | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtGeoTiffHeaderParser::isValid | ( | ) | [virtual] |
Returns true if the file was loaded and the extent can be discovered.
Reimplemented from makVrv::DtImageHeaderParser.
| virtual bool makVrv::DtGeoTiffHeaderParser::geotiffExtent | ( | const char * | filename, |
| double * | sw_x, | ||
| double * | sw_y, | ||
| double * | ne_x, | ||
| double * | ne_y | ||
| ) | [virtual] |
Returns corners of geotiff (in radians) of supplied geotiff file.
| static const char* makVrv::DtGeoTiffHeaderParser::csvFileCallback | ( | const char * | ) | [static, protected] |
Custom callback for geotiff to load csv files from our own directory.
std::string makVrv::DtGeoTiffHeaderParser::theCsvFilePath [static, protected] |
Path to csv directory; needs to be set according to the de's appdata.