OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
NITF info class. More...
#include <ossimNitfInfo.h>
Public Member Functions | |
ossimNitfInfo () | |
default constructor More... | |
virtual | ~ossimNitfInfo () |
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... | |
virtual bool | getKeywordlist (ossimKeywordlist &kwl, ossim_uint32 entryIndex) const |
Method to dump info to a keyword list. More... | |
![]() | |
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... | |
![]() | |
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< ossimNitfFile > | m_nitfFile |
Additional Inherited Members | |
![]() | |
virtual | ~ossimInfoBase () |
virtual destructor More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | theOverviewFlag |
NITF info class.
Encapsulates the dumpnitf functionality.
Definition at line 25 of file ossimNitfInfo.h.
ossimNitfInfo::ossimNitfInfo | ( | ) |
|
virtual |
|
virtual |
Method to dump info to a keyword list.
kwl | The keyword list to initialize. |
entryIndex | Entry to print. Not supported by all info objects yet. |
Reimplemented from ossimInfoBase.
Definition at line 67 of file ossimNitfInfo.cpp.
References m_nitfFile, and ossimKeywordlist::parseStream().
|
virtual |
open method.
file | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 29 of file ossimNitfInfo.cpp.
References ossimString::c_str(), and ossim::StreamFactoryRegistry::instance().
|
virtual |
open method.
str | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 44 of file ossimNitfInfo.cpp.
References m_nitfFile.
|
virtual |
Print method.
out | Stream to print to. |
Implements ossimInfoBase.
Definition at line 56 of file ossimNitfInfo.cpp.
References ossimInfoBase::getProcessOverviewFlag(), and m_nitfFile.
|
private |
Definition at line 66 of file ossimNitfInfo.h.
Referenced by getKeywordlist(), open(), print(), and ~ossimNitfInfo().