OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAuxFileHandler.h>
Public Member Functions | |
ossimAuxFileHandler () | |
virtual | ~ossimAuxFileHandler () |
bool | isAuxFile (const ossimFilename &file) |
.aux file More... | |
bool | open (const ossimFilename &file) |
the file for reading More... | |
const ossimString & | getProjectionName () const |
Reads a single record from a aux file. More... | |
const ossimString & | getDatumName () const |
const ossimString & | getUnitType () const |
Private Attributes | |
ossimAuxInfo * | m_auxInfo |
ossimString | m_projName |
ossimString | m_datumName |
ossimString | m_unitsType |
Definition at line 195 of file ossimAuxFileHandler.h.
ossimAuxFileHandler::ossimAuxFileHandler | ( | ) |
Definition at line 110 of file ossimAuxFileHandler.cpp.
|
virtual |
Definition at line 115 of file ossimAuxFileHandler.cpp.
|
inline |
Definition at line 218 of file ossimAuxFileHandler.h.
Referenced by ossimMrSidReader::getGeoProjection().
|
inline |
Reads a single record from a aux file.
Returns true if succesful. Returns false if EOF or error.
Definition at line 216 of file ossimAuxFileHandler.h.
Referenced by ossimMrSidReader::getGeoProjection().
|
inline |
Definition at line 220 of file ossimAuxFileHandler.h.
Referenced by ossimMrSidReader::getGeoProjection().
bool ossimAuxFileHandler::isAuxFile | ( | const ossimFilename & | file | ) |
.aux file
Definition at line 124 of file ossimAuxFileHandler.cpp.
References ossimString::downcase(), ossimFilename::exists(), and ossimFilename::ext().
bool ossimAuxFileHandler::open | ( | const ossimFilename & | file | ) |
the file for reading
Definition at line 145 of file ossimAuxFileHandler.cpp.
References ossimString::c_str().
Referenced by ossimMrSidReader::getGeoProjection().
|
private |
Definition at line 224 of file ossimAuxFileHandler.h.
|
private |
Definition at line 226 of file ossimAuxFileHandler.h.
|
private |
Definition at line 225 of file ossimAuxFileHandler.h.
|
private |
Definition at line 227 of file ossimAuxFileHandler.h.