OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Factory for Kml SuperOverlay reader. More...
#include <ossimKmlSuperOverlayReaderFactory.h>
Public Member Functions | |
virtual | ~ossimKmlSuperOverlayReaderFactory () |
virtual destructor More... | |
virtual ossimImageHandler * | open (const ossimFilename &fileName, 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 (ossimKmlSuperOverlayReader) 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 ossimKmlSuperOverlayReader to the typeList. More... | |
virtual void | getSupportedExtensions (ossimImageHandlerFactoryBase::UniqueStringList &extensionList) const |
Method to add supported extension to the list, like "kml" or "kmz". More... | |
![]() | |
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... | |
virtual void | getImageHandlersBySuffix (ImageHandlerList &result, const ossimString &ext) const |
virtual void | getImageHandlersByMimeType (ImageHandlerList &result, const ossimString &mimeType) const |
![]() | |
virtual | ~ossimObjectFactory () |
![]() | |
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) |
![]() | |
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 ossimKmlSuperOverlayReaderFactory * | instance () |
static method to return instance (the only one) of this class. More... | |
Protected Member Functions | |
bool | hasExcludedExtension (const ossimFilename &file) const |
Method to weed out extensions that this plugin knows it does not support. More... | |
ossimKmlSuperOverlayReaderFactory () | |
hidden from use default constructor More... | |
ossimKmlSuperOverlayReaderFactory (const ossimKmlSuperOverlayReaderFactory &) | |
hidden from use copy constructor More... | |
void | operator= (const ossimKmlSuperOverlayReaderFactory &) |
hidden from use copy constructor More... | |
![]() | |
virtual | ~ossimReferenced () |
Static Protected Attributes | |
static ossimKmlSuperOverlayReaderFactory * | theInstance = 0 |
static instance of this class More... | |
Additional Inherited Members | |
![]() | |
typedef UniqueList< ossimString > | UniqueStringList |
typedef std::vector< ossimRefPtr< ossimImageHandler > > | ImageHandlerList |
Factory for Kml SuperOverlay reader.
Definition at line 21 of file ossimKmlSuperOverlayReaderFactory.h.
|
virtual |
virtual destructor
Definition at line 31 of file ossimKmlSuperOverlayReaderFactory.cpp.
References theInstance.
|
protected |
hidden from use default constructor
Definition at line 148 of file ossimKmlSuperOverlayReaderFactory.cpp.
Referenced by instance().
|
protected |
hidden from use copy constructor
Definition at line 150 of file ossimKmlSuperOverlayReaderFactory.cpp.
|
virtual |
createObject that takes a class name (ossimKmlSuperOverlayReader)
typeName | Should be "ossimKmlSuperOverlayReader". |
Implements ossimObjectFactory.
Definition at line 104 of file ossimKmlSuperOverlayReaderFactory.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 ossimKmlSuperOverlayReaderFactory.cpp.
References open().
|
virtual |
Method to add supported extension to the list, like "kml" or "kmz".
extensionList | The list to add to. |
Implements ossimImageHandlerFactoryBase.
Definition at line 129 of file ossimKmlSuperOverlayReaderFactory.cpp.
References ossimImageHandlerFactoryBase::UniqueList< T >::push_back().
|
virtual |
Adds ossimKmlSuperOverlayReader to the typeList.
typeList | List to add to. |
Implements ossimObjectFactory.
Definition at line 123 of file ossimKmlSuperOverlayReaderFactory.cpp.
|
protected |
Method to weed out extensions that this plugin knows it does not support.
This is to avoid a costly open on say a tiff or jpeg that is not handled by this plugin.
Definition at line 136 of file ossimKmlSuperOverlayReaderFactory.cpp.
References ossimString::downcase(), and ossimFilename::ext().
|
static |
static method to return instance (the only one) of this class.
Definition at line 36 of file ossimKmlSuperOverlayReaderFactory.cpp.
References ossimKmlSuperOverlayReaderFactory(), and theInstance.
|
virtual |
open that takes a file name.
file | The file to open. |
Implements ossimImageHandlerFactoryBase.
Definition at line 45 of file ossimKmlSuperOverlayReaderFactory.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 77 of file ossimKmlSuperOverlayReaderFactory.cpp.
|
protected |
hidden from use copy constructor
Definition at line 152 of file ossimKmlSuperOverlayReaderFactory.cpp.
|
staticprotected |
static instance of this class
Definition at line 101 of file ossimKmlSuperOverlayReaderFactory.h.
Referenced by instance(), and ~ossimKmlSuperOverlayReaderFactory().