OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/plugin/ossimSharedObjectBridge.h>
#include <ossim/plugin/ossimPluginConstants.h>
#include <ossim/imaging/ossimImageHandlerRegistry.h>
#include <ossim/imaging/ossimOverviewBuilderFactoryRegistry.h>
#include <ossim/support_data/ossimInfoFactoryRegistry.h>
#include "ossimGeoPdfReaderFactory.h"
#include "ossimGeoPdfInfoFactory.h"
Go to the source code of this file.
Functions | |
const char * | getGeoPdfDescription () |
int | getGeoPdfNumberOfClassNames () |
const char * | getGeoPdfClassName (int idx) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info) |
OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
ossimSharedObjectInfo | myGeoPdfInfo |
ossimString | theGeoPdfDescription |
std::vector< ossimString > | theGeoPdfObjList |
const char* getGeoPdfClassName | ( | int | idx | ) |
Definition at line 44 of file ossimGeoPdfPluginInit.cpp.
References theGeoPdfObjList.
Referenced by ossimSharedLibraryInitialize().
const char* getGeoPdfDescription | ( | ) |
Definition at line 34 of file ossimGeoPdfPluginInit.cpp.
References ossimString::c_str(), and theGeoPdfDescription.
Referenced by ossimSharedLibraryInitialize().
int getGeoPdfNumberOfClassNames | ( | ) |
Definition at line 39 of file ossimGeoPdfPluginInit.cpp.
References theGeoPdfObjList.
Referenced by ossimSharedLibraryInitialize().
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 77 of file ossimGeoPdfPluginInit.cpp.
References ossimGeoPdfReaderFactory::instance(), ossimGeoPdfInfoFactory::instance(), ossimInfoFactoryRegistry::instance(), and ossimImageHandlerRegistry::instance().
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info | ) |
Definition at line 54 of file ossimGeoPdfPluginInit.cpp.
References ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, getGeoPdfClassName(), getGeoPdfDescription(), getGeoPdfNumberOfClassNames(), ossimSharedObjectInfo::getNumberOfClassNames, ossimGeoPdfReaderFactory::instance(), ossimGeoPdfInfoFactory::instance(), ossimInfoFactoryRegistry::instance(), ossimImageHandlerRegistry::instance(), and myGeoPdfInfo.
ossimSharedObjectInfo myGeoPdfInfo |
Definition at line 30 of file ossimGeoPdfPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
ossimString theGeoPdfDescription |
Definition at line 31 of file ossimGeoPdfPluginInit.cpp.
Referenced by getGeoPdfDescription().
std::vector<ossimString> theGeoPdfObjList |
Definition at line 32 of file ossimGeoPdfPluginInit.cpp.
Referenced by getGeoPdfClassName(), and getGeoPdfNumberOfClassNames().