OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimSqliteInfoFactory.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: Factory for SQLite info objects.
10 //
11 //----------------------------------------------------------------------------
12 // $Id$
13 
14 #ifndef ossimSqliteInfoFactory_HEADER
15 #define ossimSqliteInfoFactory_HEADER
16 
19 
20 class ossimFilename;
21 class ossimInfoBase;
22 
27 {
28 public:
29 
31  virtual ~ossimSqliteInfoFactory();
32 
34 
43  virtual std::shared_ptr<ossimInfoBase> create(const ossimFilename& file) const;
44 
45  virtual std::shared_ptr<ossimInfoBase> create(std::shared_ptr<ossim::istream>& str,
46  const std::string& connectionString) const;
47 
48 private:
49 
52 
55 
58 };
59 
60 #endif /* End of "#ifndef ossimSqliteInfoFactory_HEADER" */
virtual std::shared_ptr< ossimInfoBase > create(const ossimFilename &file) const
create method.
static ossimSqliteInfoFactory * instance()
Info Base.
Definition: ossimInfoBase.h:32
const ossimSqliteInfoFactory & operator=(const ossimSqliteInfoFactory &rhs)
hidden from use operator =
virtual ~ossimSqliteInfoFactory()
virtual destructor
ossimSqliteInfoFactory()
hidden from use default constructor