|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimGeneralRasterElevFactory.h>
Public Types | |
| typedef std::vector< ossimGeneralRasterElevHandler::GeneralRasterInfo > | BoundingRectListType |
Public Member Functions | |
| ossimGeneralRasterElevFactory () | |
| Constructor that takes a file name. More... | |
| ossimGeneralRasterElevFactory (const ossimFilename &dir) | |
| Constructor that takes a directory name. More... | |
| virtual | ~ossimGeneralRasterElevFactory () |
| destructor More... | |
| void | setDirectory (const ossimFilename &directory) |
| virtual ossimElevSource * | getNewElevSource (const ossimGpt &gpt) const |
| Open the appropriate handler that covers given a ground point. More... | |
| virtual void | createIndex () |
| To satisfy pure virtual. More... | |
Public Member Functions inherited from ossimElevSourceFactory | |
| ossimElevSourceFactory () | |
| default constructor More... | |
| virtual | ~ossimElevSourceFactory () |
| virtual destructor More... | |
| virtual ossimFilename | getDirectory () const |
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 |
Protected Member Functions | |
| void | addInfo (const ossimGeneralRasterElevHandler::GeneralRasterInfo &info) |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Protected Attributes | |
| std::vector< ossimGeneralRasterElevHandler::GeneralRasterInfo > | theGeneralRasterInfoList |
| ossimDrect | theBoundingRect |
| ossim_int32 | theCurrentIdx |
| bool | theHandlerReturnedFlag |
Protected Attributes inherited from ossimElevSourceFactory | |
| ossimFilename | theDirectory |
Definition at line 26 of file ossimGeneralRasterElevFactory.h.
| typedef std::vector<ossimGeneralRasterElevHandler::GeneralRasterInfo> ossimGeneralRasterElevFactory::BoundingRectListType |
Definition at line 29 of file ossimGeneralRasterElevFactory.h.
| ossimGeneralRasterElevFactory::ossimGeneralRasterElevFactory | ( | ) |
Constructor that takes a file name.
default constructor
Definition at line 7 of file ossimGeneralRasterElevFactory.cpp.
| ossimGeneralRasterElevFactory::ossimGeneralRasterElevFactory | ( | const ossimFilename & | dir | ) |
Constructor that takes a directory name.
Definition at line 12 of file ossimGeneralRasterElevFactory.cpp.
References setDirectory().
|
virtual |
|
protected |
Definition at line 77 of file ossimGeneralRasterElevFactory.cpp.
References theGeneralRasterInfoList.
Referenced by setDirectory().
|
virtual |
|
virtual |
Open the appropriate handler that covers given a ground point.
| gpt | Ground point that an elevation source is need for. |
Implements ossimElevSourceFactory.
Definition at line 61 of file ossimGeneralRasterElevFactory.cpp.
References theGeneralRasterInfoList.
|
virtual |
| directory | The directory to return data from. |
Reimplemented from ossimElevSourceFactory.
Definition at line 22 of file ossimGeneralRasterElevFactory.cpp.
References addInfo(), ossimString::downcase(), ossimFilename::exists(), ossimFilename::ext(), ossimGeneralRasterElevHandler::generalRasterInfo(), ossimDirectory::getFirst(), ossimDirectory::getNext(), ossimFilename::isDir(), ossimGeneralRasterElevHandler::open(), ossimElevSourceFactory::setDirectory(), ossimElevSourceFactory::theDirectory, and theGeneralRasterInfoList.
Referenced by ossimGeneralRasterElevFactory().
|
protected |
Definition at line 66 of file ossimGeneralRasterElevFactory.h.
|
mutableprotected |
Definition at line 68 of file ossimGeneralRasterElevFactory.h.
|
protected |
Definition at line 65 of file ossimGeneralRasterElevFactory.h.
Referenced by addInfo(), getNewElevSource(), and setDirectory().
|
mutableprotected |
Definition at line 69 of file ossimGeneralRasterElevFactory.h.
1.8.14