OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
GeoPdf info class. More...
#include <ossimGeoPdfInfo.h>
Public Member Functions | |
ossimGeoPdfInfo () | |
default constructor More... | |
virtual | ~ossimGeoPdfInfo () |
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... | |
bool | isOpen () |
![]() | |
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... | |
![]() | |
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 | |
ossimFilename | theFile |
PoDoFo::PdfMemDocument * | m_PdfMemDocument |
Additional Inherited Members | |
![]() | |
virtual | ~ossimInfoBase () |
virtual destructor More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | theOverviewFlag |
GeoPdf info class.
Encapsulates the GeoPdf functionality.
Definition at line 34 of file ossimGeoPdfInfo.h.
ossimGeoPdfInfo::ossimGeoPdfInfo | ( | ) |
default constructor
Definition at line 33 of file ossimGeoPdfInfo.cpp.
|
virtual |
virtual destructor
Definition at line 40 of file ossimGeoPdfInfo.cpp.
References m_PdfMemDocument.
bool ossimGeoPdfInfo::isOpen | ( | ) |
Definition at line 72 of file ossimGeoPdfInfo.cpp.
References ossimString::downcase(), ossimFilename::ext(), and theFile.
Referenced by open().
|
virtual |
open method.
file | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 49 of file ossimGeoPdfInfo.cpp.
References ossimString::c_str(), isOpen(), m_PdfMemDocument, and theFile.
|
virtual |
open method.
str | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 66 of file ossimGeoPdfInfo.cpp.
|
virtual |
Print method.
out | Stream to print to. |
Implements ossimInfoBase.
Definition at line 86 of file ossimGeoPdfInfo.cpp.
References ossimString::c_str(), ossimString::empty(), m_PdfMemDocument, ossimString::substitute(), ossimString::toString(), and ossimString::trim().
|
private |
Definition at line 69 of file ossimGeoPdfInfo.h.
Referenced by open(), print(), and ~ossimGeoPdfInfo().
|
private |
Definition at line 68 of file ossimGeoPdfInfo.h.