OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
sqlite
src
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
17
#include <
ossim/base/ossimConstants.h
>
18
#include <
ossim/support_data/ossimInfoBase.h
>
19
#include <
ossim/base/ossimFilename.h
>
20
26
class
ossimGpkgInfo
:
public
ossimInfoBase
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
56
ossimFilename
m_file
;
57
};
58
59
#endif
/* End of "#ifndef ossimGpkgInfo_HEADER" */
ossimGpkgInfo::open
virtual bool open(const ossimFilename &file)
open method.
Definition:
ossimGpkgInfo.cpp:41
ossimConstants.h
ossimGpkgInfo::ossimGpkgInfo
ossimGpkgInfo()
default constructor
Definition:
ossimGpkgInfo.cpp:31
ossimInfoBase.h
ossimGpkgInfo::print
virtual std::ostream & print(std::ostream &out) const
Print method.
Definition:
ossimGpkgInfo.cpp:63
ossimGpkgInfo
GeoPackage info class.
Definition:
ossimGpkgInfo.h:26
ossimInfoBase
Info Base.
Definition:
ossimInfoBase.h:32
ossimFilename
Definition:
ossimFilename.h:20
ossimGpkgInfo::~ossimGpkgInfo
virtual ~ossimGpkgInfo()
virtual destructor
Definition:
ossimGpkgInfo.cpp:37
ossimFilename.h
ossimGpkgInfo::m_file
ossimFilename m_file
Definition:
ossimGpkgInfo.h:56
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
Generated on Fri Aug 3 2018 08:46:48 for OSSIM - Open Source Software Image Map by
1.8.14