|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include "ossimAwsStreamFactory.h"#include <ossim/plugin/ossimSharedObjectBridge.h>#include <ossim/plugin/ossimPluginConstants.h>#include <ossim/base/ossimStreamFactoryRegistry.h>#include <aws/core/Aws.h>#include "S3StreamDefaults.h"Go to the source code of this file.
Functions | |
| const char * | getAwsDescription () |
| int | getAwsNumberOfClassNames () |
| const char * | getAwsClassName (int idx) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryInitialize (ossimSharedObjectInfo **info, const char *) |
| OSSIM_PLUGINS_DLL void | ossimSharedLibraryFinalize () |
Variables | |
| ossimSharedObjectInfo | awsInfo |
| ossimString | awsDescription |
| std::vector< ossimString > | awsObjList |
| const char* getAwsClassName | ( | int | idx | ) |
Definition at line 40 of file ossimAwsPluginInit.cpp.
References awsObjList.
Referenced by ossimSharedLibraryInitialize().
| const char* getAwsDescription | ( | ) |
Definition at line 30 of file ossimAwsPluginInit.cpp.
References awsDescription, and ossimString::c_str().
Referenced by ossimSharedLibraryInitialize().
| int getAwsNumberOfClassNames | ( | ) |
Definition at line 35 of file ossimAwsPluginInit.cpp.
References awsObjList.
Referenced by ossimSharedLibraryInitialize().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize | ( | ) |
Definition at line 71 of file ossimAwsPluginInit.cpp.
References ossim::AwsStreamFactory::instance(), and ossim::StreamFactoryRegistry::instance().
| OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize | ( | ossimSharedObjectInfo ** | info, |
| const char * | |||
| ) |
Definition at line 50 of file ossimAwsPluginInit.cpp.
References awsInfo, getAwsClassName(), getAwsDescription(), getAwsNumberOfClassNames(), ossimSharedObjectInfo::getClassName, ossimSharedObjectInfo::getDescription, ossimSharedObjectInfo::getNumberOfClassNames, ossim::AwsStreamFactory::instance(), ossim::StreamFactoryRegistry::instance(), and ossim::S3StreamDefaults::loadDefaults().
| ossimString awsDescription |
Definition at line 27 of file ossimAwsPluginInit.cpp.
Referenced by getAwsDescription().
| ossimSharedObjectInfo awsInfo |
Definition at line 26 of file ossimAwsPluginInit.cpp.
Referenced by ossimSharedLibraryInitialize().
| std::vector<ossimString> awsObjList |
Definition at line 28 of file ossimAwsPluginInit.cpp.
Referenced by getAwsClassName(), and getAwsNumberOfClassNames().
1.8.14