|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
USGS DEM info class. More...
#include <ossimDemInfo.h>
Public Member Functions | |
| ossimDemInfo () | |
| default constructor More... | |
| virtual | ~ossimDemInfo () |
| virtual destructor More... | |
| virtual bool | open (const ossimFilename &file) |
| open method. More... | |
| virtual bool | open (std::shared_ptr< ossim::istream > &str, const std::string &connectionString) |
| open method. More... | |
| virtual std::ostream & | print (std::ostream &out) const |
| Print method. More... | |
Public Member Functions inherited from ossimInfoBase | |
| ossimInfoBase () | |
| default constructor More... | |
| void | setProcessOverviewFlag (bool flag) |
| Sets the overview flag. More... | |
| bool | getProcessOverviewFlag () const |
| Method to get the overview flag. More... | |
| virtual bool | getKeywordlist (ossimKeywordlist &kwl) const |
| Method to dump info to a keyword list. More... | |
| virtual bool | getKeywordlist (ossimKeywordlist &kwl, ossim_uint32 entryIndex) const |
| Method to dump info to a keyword list. More... | |
Public Member Functions inherited from ossimReferenced | |
| ossimReferenced () | |
| ossimReferenced (const ossimReferenced &) | |
| ossimReferenced & | operator= (const ossimReferenced &) |
| void | ref () const |
| increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
| void | unref () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| void | unref_nodelete () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| int | referenceCount () const |
Private Attributes | |
| std::shared_ptr< ossim::istream > | m_fileStr |
| std::string | m_connectionString |
Additional Inherited Members | |
Protected Member Functions inherited from ossimInfoBase | |
| virtual | ~ossimInfoBase () |
| virtual destructor More... | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Protected Attributes inherited from ossimInfoBase | |
| bool | theOverviewFlag |
USGS DEM info class.
Encapsulates the dumpnitf functionality.
Definition at line 26 of file ossimDemInfo.h.
| ossimDemInfo::ossimDemInfo | ( | ) |
|
virtual |
|
virtual |
open method.
| file | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 33 of file ossimDemInfo.cpp.
References ossimString::c_str(), and ossim::StreamFactoryRegistry::instance().
|
virtual |
open method.
| str | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 42 of file ossimDemInfo.cpp.
References ossimDemUtil::isUsgsDem(), m_connectionString, and m_fileStr.
|
virtual |
Print method.
| out | Stream to print to. |
Implements ossimInfoBase.
Definition at line 62 of file ossimDemInfo.cpp.
References m_connectionString, m_fileStr, ossimDemHeader::open(), and ossimDemHeader::print().
|
private |
Definition at line 60 of file ossimDemInfo.h.
|
mutableprivate |
Definition at line 59 of file ossimDemInfo.h.
1.8.14