OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGpkgInfo.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: David Burken
8 //
9 // Description: GeoPackage Info class.
10 //
11 //----------------------------------------------------------------------------
12 // $Id$
13 
14 #ifndef ossimGpkgInfo_HEADER
15 #define ossimGpkgInfo_HEADER 1
16 
20 
27 {
28 public:
29 
31  ossimGpkgInfo();
32 
34  virtual ~ossimGpkgInfo();
35 
43  virtual bool open(const ossimFilename& file);
44 
52  virtual std::ostream& print(std::ostream& out) const;
53 
54 private:
55 
57 };
58 
59 #endif /* End of "#ifndef ossimGpkgInfo_HEADER" */
virtual bool open(const ossimFilename &file)
open method.
ossimGpkgInfo()
default constructor
virtual std::ostream & print(std::ostream &out) const
Print method.
GeoPackage info class.
Definition: ossimGpkgInfo.h:26
Info Base.
Definition: ossimInfoBase.h:32
virtual ~ossimGpkgInfo()
virtual destructor
ossimFilename m_file
Definition: ossimGpkgInfo.h:56
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23