OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGdalInfoFactory.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: Mingjie Su
8 //
9 // Description: Info factory for gdal info objects.
10 //
11 //----------------------------------------------------------------------------
12 // $Id: ossimGdalInfoFactory.h 539 2010-02-23 20:32:45Z ming.su $
13 
14 #ifndef ossimGdalInfoFactory_HEADER
15 #define ossimGdalInfoFactory_HEADER 1
16 
19 
20 class ossimFilename;
21 class ossimInfoBase;
22 
27 {
28 public:
29 
31  virtual ~ossimGdalInfoFactory();
32 
34 
43  virtual std::shared_ptr<ossimInfoBase> create(const ossimFilename& file) const;
44  virtual std::shared_ptr<ossimInfoBase> create(std::shared_ptr<ossim::istream>& str,
45  const std::string& connectionString) const;
46 
47 private:
48 
51 
54 
57 };
58 
59 #endif /* End of "#ifndef ossimGdalInfoFactory_HEADER" */
const ossimGdalInfoFactory & operator=(const ossimGdalInfoFactory &rhs)
hidden from use operator =
ossimGdalInfoFactory()
hidden from use default constructor
Info Base.
Definition: ossimInfoBase.h:32
static ossimGdalInfoFactory * instance()
virtual std::shared_ptr< ossimInfoBase > create(const ossimFilename &file) const
create method.
virtual ~ossimGdalInfoFactory()
virtual destructor