OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimHdf5ProjectionFactory.h>
Public Member Functions | |
virtual ossimProjection * | createProjection (const ossimFilename &filename, ossim_uint32 entryIdx) const |
Takes a filename. More... | |
virtual ossimProjection * | createProjection (const ossimString &name) const |
Take a projection type name. More... | |
virtual ossimProjection * | createProjection (const ossimKeywordlist &kwl, const char *prefix=0) const |
Take a keywordlist. More... | |
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 |
void | addProjDataPath (const ossimString &projPath) |
Specifies which HDF5 internal paths to search through to locate geometry information. More... | |
virtual ossimProjection * | createProjection (const ossimFilename &filename, ossim_uint32 entryIdx) const |
Takes a filename. More... | |
virtual ossimProjection * | createProjection (const ossimString &name) const |
Take a projection type name. More... | |
virtual ossimProjection * | createProjection (const ossimKeywordlist &kwl, const char *prefix=0) const |
Take a keywordlist. More... | |
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 |
![]() | |
virtual ossimProjection * | createProjection (ossimImageHandler *handler) 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 ossimHdf5ProjectionFactory * | instance () |
static ossimHdf5ProjectionFactory * | instance () |
Protected Member Functions | |
ossimHdf5ProjectionFactory () | |
ossimHdf5ProjectionFactory () | |
![]() | |
ossimProjection * | createProjectionFromGeometryFile (const ossimFilename &imageFile, ossim_uint32 entryIdx) const |
This method takes the filename and tries to find an external ".geom" file. More... | |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
std::vector< ossimString > | m_projDataPaths |
Definition at line 14 of file ossimHdf5ProjectionFactory.h.
|
protected |
|
protected |
|
inline |
Specifies which HDF5 internal paths to search through to locate geometry information.
This can be either explicit dataset names, or group names containing known datasets, such as "Latitude" and "longitude". The plugins depending on HDF5 should register their geometry groups here in the same order as image entries.
Definition at line 53 of file ossimHdf5ProjectionFactory.h.
|
virtual |
Creates an object given a type name.
Implements ossimObjectFactory.
Definition at line 72 of file ossimHdf5ProjectionFactory.cpp.
References createProjection().
|
virtual |
Creates an object given a type name.
Implements ossimObjectFactory.
|
virtual |
Creates and object given a keyword list.
Implements ossimObjectFactory.
Definition at line 78 of file ossimHdf5ProjectionFactory.cpp.
References createProjection().
|
virtual |
Creates and object given a keyword list.
Implements ossimObjectFactory.
|
virtual |
Takes a filename.
This filename can be an image file or it can also be a ossim .geom file. It could be other forms of geom files as well. The factories job will be to determine what parser to use and return a projection if successful.
Implements ossimProjectionFactoryBase.
Definition at line 23 of file ossimHdf5ProjectionFactory.cpp.
References ossimProjectionFactoryBase::createProjectionFromGeometryFile(), ossimRefPtr< T >::get(), ossimHdf5GridModel::initialize(), ossimHdf5::open(), ossimRefPtr< T >::release(), and ossimRefPtr< T >::valid().
Referenced by createObject().
|
virtual |
Takes a filename.
This filename can be an image file or it can also be a ossim .geom file. It could be other forms of geom files as well. The factories job will be to determine what parser to use and return a projection if successful.
Implements ossimProjectionFactoryBase.
|
virtual |
Take a projection type name.
Implements ossimProjectionFactoryBase.
|
virtual |
Take a projection type name.
Implements ossimProjectionFactoryBase.
Definition at line 47 of file ossimHdf5ProjectionFactory.cpp.
|
virtual |
Take a keywordlist.
Implements ossimProjectionFactoryBase.
Definition at line 52 of file ossimHdf5ProjectionFactory.cpp.
References ossimKeywordlist::add(), ossimKeywordlist::find(), ossimProjection::loadState(), ossimRefPtr< T >::release(), and ossimKeywordNames::TYPE_KW.
|
virtual |
Take a keywordlist.
Implements ossimProjectionFactoryBase.
|
virtual |
This should return the type name of all objects in all factories. This is the name used to construct the objects dynamially and this name must be unique.
Implements ossimObjectFactory.
Definition at line 84 of file ossimHdf5ProjectionFactory.cpp.
|
virtual |
This should return the type name of all objects in all factories. This is the name used to construct the objects dynamially and this name must be unique.
Implements ossimObjectFactory.
|
static |
Definition at line 15 of file ossimHdf5ProjectionFactory.cpp.
References ossimHdf5ProjectionFactory().
Referenced by ossimProjectionFactoryRegistry::initializeDefaults(), ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
static |
|
protected |
Definition at line 59 of file ossimHdf5ProjectionFactory.h.