|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Factory for SQLITE image reader. More...
#include <ossimSqliteReaderFactory.h>
Public Member Functions | |
| virtual | ~ossimSqliteReaderFactory () |
| virtual destructor More... | |
| virtual ossimImageHandler * | open (const ossimFilename &file, bool openOverview=true) const |
| open that takes a file name. More... | |
| virtual ossimImageHandler * | open (const ossimKeywordlist &kwl, const char *prefix=0) const |
| open that takes a keyword list and prefix. More... | |
| virtual ossimObject * | createObject (const ossimString &typeName) const |
| createObject that takes a class name (ossimSqliteReader) More... | |
| virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
| Creates and object given a keyword list and prefix. More... | |
| virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
| Adds ossimSqliteWriter to the typeList. More... | |
| virtual void | getSupportedExtensions (ossimImageHandlerFactoryBase::UniqueStringList &extensionList) const |
| Method to add supported extension to the list, like "sqlite". More... | |
| virtual void | getImageHandlersBySuffix (ImageHandlerList &result, const ossimString &ext) const |
| virtual void | getImageHandlersByMimeType (ImageHandlerList &result, const ossimString &mimeType) const |
Public Member Functions inherited from ossimImageHandlerFactoryBase | |
| virtual ossimRefPtr< ossimImageHandler > | open (std::shared_ptr< ossim::istream > &str, const std::string &connectionString, bool openOverview=true) const |
| Open method that takes a stream. More... | |
| virtual ossimRefPtr< ossimImageHandler > | open (std::shared_ptr< ossim::ImageHandlerState > state) const |
| virtual ossimRefPtr< ossimImageHandler > | openOverview (const ossimFilename &file) const |
| Open overview that takes a file name. More... | |
| virtual ossimRefPtr< ossimImageHandler > | openOverview (std::shared_ptr< ossim::istream > &str, const ossimString &connectionString) const |
| Open method that takes a stream. More... | |
Public Member Functions inherited from ossimObjectFactory | |
| virtual | ~ossimObjectFactory () |
Public Member Functions inherited from ossimObject | |
| ossimObject () | |
| virtual | ~ossimObject () |
| virtual ossimObject * | dup () const |
| virtual ossimString | getShortName () const |
| virtual ossimString | getLongName () const |
| virtual ossimString | getDescription () const |
| virtual ossimString | getClassName () const |
| virtual RTTItypeid | getType () const |
| virtual bool | canCastTo (ossimObject *obj) const |
| virtual bool | canCastTo (const RTTItypeid &id) const |
| virtual bool | canCastTo (const ossimString &parentClassName) const |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| virtual std::ostream & | print (std::ostream &out) const |
| Generic print method. More... | |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
| virtual void | accept (ossimVisitor &visitor) |
Public Member Functions inherited from ossimReferenced | |
| ossimReferenced () | |
| ossimReferenced (const ossimReferenced &) | |
| ossimReferenced & | operator= (const ossimReferenced &) |
| void | ref () const |
| increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
| void | unref () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| void | unref_nodelete () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| int | referenceCount () const |
Static Public Member Functions | |
| static ossimSqliteReaderFactory * | instance () |
| static method to return instance (the only one) of this class. More... | |
Protected Member Functions | |
| ossimSqliteReaderFactory () | |
| hidden from use default constructor More... | |
| ossimSqliteReaderFactory (const ossimSqliteReaderFactory &) | |
| hidden from use copy constructor More... | |
| void | operator= (const ossimSqliteReaderFactory &) |
| hidden from use copy constructor More... | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Static Protected Attributes | |
| static ossimSqliteReaderFactory * | theInstance = 0 |
| static instance of this class More... | |
Additional Inherited Members | |
Public Types inherited from ossimImageHandlerFactoryBase | |
| typedef UniqueList< ossimString > | UniqueStringList |
| typedef std::vector< ossimRefPtr< ossimImageHandler > > | ImageHandlerList |
Factory for SQLITE image reader.
Definition at line 21 of file ossimSqliteReaderFactory.h.
|
virtual |
virtual destructor
Definition at line 31 of file ossimSqliteReaderFactory.cpp.
References theInstance.
|
protected |
hidden from use default constructor
Definition at line 153 of file ossimSqliteReaderFactory.cpp.
Referenced by instance().
|
protected |
hidden from use copy constructor
Definition at line 155 of file ossimSqliteReaderFactory.cpp.
|
virtual |
createObject that takes a class name (ossimSqliteReader)
| typeName | Should be "ossimSqliteReader". |
Implements ossimObjectFactory.
Definition at line 105 of file ossimSqliteReaderFactory.cpp.
References ossimRefPtr< T >::release().
|
virtual |
Creates and object given a keyword list and prefix.
| kwl | The keyword list. |
| prefix | the keyword list prefix. |
Implements ossimObjectFactory.
Definition at line 116 of file ossimSqliteReaderFactory.cpp.
References open().
|
virtual |
Reimplemented from ossimImageHandlerFactoryBase.
Definition at line 143 of file ossimSqliteReaderFactory.cpp.
References ossimString::downcase(), and ossimString::push_back().
|
virtual |
Reimplemented from ossimImageHandlerFactoryBase.
Definition at line 133 of file ossimSqliteReaderFactory.cpp.
References ossimString::downcase(), and ossimString::push_back().
|
virtual |
Method to add supported extension to the list, like "sqlite".
| extensionList | The list to add to. |
Implements ossimImageHandlerFactoryBase.
Definition at line 127 of file ossimSqliteReaderFactory.cpp.
References ossimImageHandlerFactoryBase::UniqueList< T >::push_back().
|
virtual |
Adds ossimSqliteWriter to the typeList.
| typeList | List to add to. |
Implements ossimObjectFactory.
Definition at line 122 of file ossimSqliteReaderFactory.cpp.
|
static |
static method to return instance (the only one) of this class.
Definition at line 36 of file ossimSqliteReaderFactory.cpp.
References ossimSqliteReaderFactory(), and theInstance.
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
virtual |
open that takes a file name.
| file | The file to open. |
| openOverview | If true image handler will attempt to open overview. default = true |
Implements ossimImageHandlerFactoryBase.
Definition at line 45 of file ossimSqliteReaderFactory.cpp.
Referenced by createObject().
|
virtual |
open that takes a keyword list and prefix.
| kwl | The keyword list. |
| prefix | the keyword list prefix. |
Implements ossimImageHandlerFactoryBase.
Definition at line 78 of file ossimSqliteReaderFactory.cpp.
|
protected |
hidden from use copy constructor
Definition at line 157 of file ossimSqliteReaderFactory.cpp.
|
staticprotected |
static instance of this class
Definition at line 98 of file ossimSqliteReaderFactory.h.
Referenced by instance(), and ~ossimSqliteReaderFactory().
1.8.14