|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWebPluginRequestFactory.h>
Public Member Functions | |
| virtual ossimWebRequest * | create (const ossimUrl &url) |
Public Member Functions inherited from ossimBaseObjectFactory | |
| ossimBaseObjectFactory () | |
| virtual | ~ossimBaseObjectFactory () |
| virtual ossimObject * | createObject (const ossimString &typeName) const |
| virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
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 ossimWebPluginRequestFactory * | instance () |
Static Public Member Functions inherited from ossimBaseObjectFactory | |
| static ossimBaseObjectFactory * | instance () |
Protected Member Functions | |
| ossimWebPluginRequestFactory () | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Static Protected Attributes | |
| static ossimWebPluginRequestFactory * | m_instance = 0 |
Definition at line 5 of file ossimWebPluginRequestFactory.h.
|
protected |
Definition at line 5 of file ossimWebPluginRequestFactory.cpp.
References m_instance.
Referenced by instance().
|
virtual |
Reimplemented from ossimWebRequestFactoryBase.
Definition at line 20 of file ossimWebPluginRequestFactory.cpp.
References ossimUrl::getProtocol(), ossimRefPtr< T >::release(), ossimHttpRequest::set(), and ossimCurlHttpRequest::supportsProtocol().
|
static |
Definition at line 10 of file ossimWebPluginRequestFactory.cpp.
References m_instance, and ossimWebPluginRequestFactory().
Referenced by ossimSharedLibraryInitialize().
|
staticprotected |
Definition at line 14 of file ossimWebPluginRequestFactory.h.
Referenced by instance(), and ossimWebPluginRequestFactory().
1.8.14