OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
GeoPackage info class. More...
#include <ossimGpkgInfo.h>
Public Member Functions | |
ossimGpkgInfo () | |
default constructor More... | |
virtual | ~ossimGpkgInfo () |
virtual destructor More... | |
virtual bool | open (const ossimFilename &file) |
open method. More... | |
virtual std::ostream & | print (std::ostream &out) const |
Print method. More... | |
![]() | |
ossimInfoBase () | |
default constructor More... | |
virtual bool | open (std::shared_ptr< ossim::istream > &str, const std::string &connectionString) |
open method. 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 | m_file |
Additional Inherited Members | |
![]() | |
virtual | ~ossimInfoBase () |
virtual destructor More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | theOverviewFlag |
GeoPackage info class.
Encapsulates the listgeo functionality.
Definition at line 26 of file ossimGpkgInfo.h.
ossimGpkgInfo::ossimGpkgInfo | ( | ) |
|
virtual |
|
virtual |
open method.
file | File name to open. |
Reimplemented from ossimInfoBase.
Definition at line 41 of file ossimGpkgInfo.cpp.
References ossimString::c_str(), ossim_gpkg::checkSignature(), m_file, and ossimString::size().
|
virtual |
Print method.
out | Stream to print to. |
Implements ossimInfoBase.
Definition at line 63 of file ossimGpkgInfo.cpp.
|
private |
Definition at line 56 of file ossimGpkgInfo.h.
Referenced by open().