|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimSharedObjectBridge.h>#include <ossim/plugin/ossimPluginConstants.h>#include <ossim/imaging/ossimImageWriterFactoryRegistry.h>#include <ossim/imaging/ossimOverviewBuilderFactoryRegistry.h>#include "ossimKmlSuperOverlayWriterFactory.h"Go to the source code of this file.
Functions | |
| const char * | getKmlDescription () |
| int | getKmlNumberOfClassNames () |
| const char * | getKmlClassName (int idx) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
| ossimSharedObjectInfo | myKmlInfo |
| ossimString | theKmlDescription |
| std::vector< ossimString > | theKmlObjList |
| const char* getKmlClassName | ( | int | idx | ) |
Definition at line 44 of file ossimKmlSuperOverlayPluginInit.cpp.
References theKmlObjList.
Referenced by ossimSharedLibraryInitialize().
| const char* getKmlDescription | ( | ) |
Definition at line 34 of file ossimKmlSuperOverlayPluginInit.cpp.
References ossimString::c_str(), and theKmlDescription.
Referenced by ossimSharedLibraryInitialize().
| int getKmlNumberOfClassNames | ( | ) |
Definition at line 39 of file ossimKmlSuperOverlayPluginInit.cpp.
References theKmlObjList.
Referenced by ossimSharedLibraryInitialize().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 78 of file ossimKmlSuperOverlayPluginInit.cpp.
References ossimImageWriterFactoryRegistry::instance(), and ossimKmlSuperOverlayWriterFactory::instance().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 54 of file ossimKmlSuperOverlayPluginInit.cpp.
References ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, getKmlClassName(), getKmlDescription(), getKmlNumberOfClassNames(), ossimSharedObjectInfo::getNumberOfClassNames, ossimImageWriterFactoryRegistry::instance(), ossimKmlSuperOverlayWriterFactory::instance(), and myKmlInfo.
| ossimSharedObjectInfo myKmlInfo |
Definition at line 30 of file ossimKmlSuperOverlayPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
| ossimString theKmlDescription |
Definition at line 31 of file ossimKmlSuperOverlayPluginInit.cpp.
Referenced by getKmlDescription().
| std::vector<ossimString> theKmlObjList |
Definition at line 32 of file ossimKmlSuperOverlayPluginInit.cpp.
Referenced by getKmlClassName(), and getKmlNumberOfClassNames().
1.8.14