|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Info factory. More...
#include <ossimSqliteInfoFactory.h>
Public Member Functions | |
| virtual | ~ossimSqliteInfoFactory () |
| virtual destructor More... | |
| virtual std::shared_ptr< ossimInfoBase > | create (const ossimFilename &file) const |
| create method. More... | |
| virtual std::shared_ptr< ossimInfoBase > | create (std::shared_ptr< ossim::istream > &str, const std::string &connectionString) const |
Public Member Functions inherited from ossimInfoFactoryInterface | |
| ossimInfoFactoryInterface () | |
| default constructor More... | |
| virtual | ~ossimInfoFactoryInterface () |
| virtual destructor More... | |
Static Public Member Functions | |
| static ossimSqliteInfoFactory * | instance () |
Private Member Functions | |
| ossimSqliteInfoFactory () | |
| hidden from use default constructor More... | |
| ossimSqliteInfoFactory (const ossimSqliteInfoFactory &obj) | |
| hidden from use copy constructor More... | |
| const ossimSqliteInfoFactory & | operator= (const ossimSqliteInfoFactory &rhs) |
| hidden from use operator = More... | |
Info factory.
Definition at line 26 of file ossimSqliteInfoFactory.h.
|
virtual |
|
private |
|
private |
|
virtual |
create method.
| file | Some file you want info for. |
Implements ossimInfoFactoryInterface.
Definition at line 31 of file ossimSqliteInfoFactory.cpp.
References ossimString::downcase(), ossimFilename::ext(), and ossimString::string().
|
virtual |
Implements ossimInfoFactoryInterface.
Definition at line 48 of file ossimSqliteInfoFactory.cpp.
|
static |
Definition at line 24 of file ossimSqliteInfoFactory.cpp.
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
private |
hidden from use operator =
Definition at line 64 of file ossimSqliteInfoFactory.cpp.
1.8.14